mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
5b5a90256d
Using this new scheme allows only setting the _tag_ or _commit hash_ in GH_TAGNAME and not having to know the hash for a tag. This scheme will download a tarball that has a different checksum than before due to a changed directory name for extraction. The following MASTER_SITES are provided to retain the old checksum and directory structure (that require GH_COMMIT): GH -> GHL GITHUB -> GITHUB_LEGACY Differential Revision: https://reviews.freebsd.org/D748 Submitted by: amdmi3 Reviewed by: mat, swills, antoine, bdrewery With hat: portmgr
27 lines
481 B
Makefile
27 lines
481 B
Makefile
# Created by: Edwin Groothuis <edwin@mavetju.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fpdns
|
|
PORTVERSION= 0.10.0.${GH_TAGNAME}
|
|
PORTREVISION= 1
|
|
CATEGORIES= dns net perl5
|
|
MASTER_SITES= GHL
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Fingerprinting DNS servers
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= p5-Net-DNS>0:${PORTSDIR}/dns/p5-Net-DNS
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= kirei
|
|
GH_COMMIT= 23eb0bf
|
|
GH_TAGNAME= 20130404
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|