Bug 74490 - ports/www/cadaver - fix fetch
Summary: ports/www/cadaver - fix fetch
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-28 21:20 UTC by jharris
Modified: 2004-11-28 22:36 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jharris 2004-11-28 21:20:25 UTC
	mirror distfile since main site is currently down, pet portlint, etc.

Fix: -----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
NotDashEscaped: You need GnuPG to verify this message

cvs server: Diffing .


iD8DBQFBqj+NSypIl9OdoOMRArUxAJwOIVi0O6bgz8C1SZpbn5c28FJgFgCgr5Zl
tsjB2cB1cvLDkwiA2NENjP0=
=KEZX
-----END PGP SIGNATURE-------db1GOTSXpDkK4nEV8vtJSbKTQKqNGVSpGx9JRS9mRVKRwV0t
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/cadaver/Makefile,v
retrieving revision 1.30
diff -u -r1.30 Makefile
--- Makefile	7 Nov 2004 15:03:21 -0000	1.30
+++ Makefile	28 Nov 2004 21:10:15 -0000
@@ -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 @@
 
 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):
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/www/cadaver/distinfo,v
retrieving revision 1.11
diff -u -r1.11 distinfo
--- distinfo	7 Nov 2004 15:03:21 -0000	1.11
+++ distinfo	28 Nov 2004 21:10:15 -0000
@@ -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
cvs server: Diffing files
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (FreeBSD)
How-To-Repeat: 
	apply patch below
Comment 1 Hye-Shik Chang freebsd_committer freebsd_triage 2004-11-28 22:36:02 UTC
State Changed
From-To: open->closed

Port updated. Thank you!