diff options
author | perky <perky@FreeBSD.org> | 2004-11-29 06:35:36 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2004-11-29 06:35:36 +0800 |
commit | 745068786788e1c783ff25bfaddc15610d65f96b (patch) | |
tree | fe3febfbdb3d7e218db9b7ac675e4b7700244792 /www/cadaver | |
parent | 8ca7bd2b3eac7f95b3de927f1d6c3195c2efed00 (diff) | |
download | freebsd-ports-graphics-745068786788e1c783ff25bfaddc15610d65f96b.tar.gz freebsd-ports-graphics-745068786788e1c783ff25bfaddc15610d65f96b.tar.zst freebsd-ports-graphics-745068786788e1c783ff25bfaddc15610d65f96b.zip |
- Add a mirror site.
- Utilize SIG_FILE.
PR: 74490
Submitted by: Jason Harris <jharris@widomaker.com>
Diffstat (limited to 'www/cadaver')
-rw-r--r-- | www/cadaver/Makefile | 9 | ||||
-rw-r--r-- | www/cadaver/distinfo | 1 |
2 files changed, 8 insertions, 2 deletions
diff --git a/www/cadaver/Makefile b/www/cadaver/Makefile index 25eb408631e..37001891490 100644 --- a/www/cadaver/Makefile +++ b/www/cadaver/Makefile @@ -8,13 +8,18 @@ PORTNAME= cadaver PORTVERSION= 0.22.2 CATEGORIES= www -MASTER_SITES= http://www.webdav.org/cadaver/ +MASTER_SITES= http://www.webdav.org/cadaver/ \ + http://keyserver.kjsl.com/~jharris/distfiles/ +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= Commandline client for DAV LIB_DEPENDS= neon:${PORTSDIR}/www/neon +USE_GPG?= yes +SIG_FILES= ${DISTNAME}${EXTRACT_SUFX}.asc USE_GETOPT_LONG= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} @@ -24,7 +29,7 @@ ALL_TARGET= cadaver MAN1= cadaver.1 PLIST_FILES= bin/cadaver -# Neither expat nor libneon are needed at all, but the configure +# Neither expat nor libneon are needed at all, but the configure # script breaks if it can not find the Makefile* in them. Exclude # them to be sure, a stray .h is not included instead of what's # found under PREFIX (installed by the neon port): diff --git a/www/cadaver/distinfo b/www/cadaver/distinfo index 49362d20cf3..856b2d6c469 100644 --- a/www/cadaver/distinfo +++ b/www/cadaver/distinfo @@ -1,2 +1,3 @@ MD5 (cadaver-0.22.2.tar.gz) = 167cca2089bdb86c42b6d5f0187cdc16 SIZE (cadaver-0.22.2.tar.gz) = 441975 +MD5 (cadaver-0.22.2.tar.gz.asc) = 47c2bba61fa5100615d3a105384a5d6e |