diff options
-rw-r--r-- | devel/cvsweb/Makefile | 7 | ||||
-rw-r--r-- | devel/cvsweb/distinfo | 2 | ||||
-rw-r--r-- | devel/cvsweb3/Makefile | 7 | ||||
-rw-r--r-- | devel/cvsweb3/distinfo | 2 |
4 files changed, 10 insertions, 8 deletions
diff --git a/devel/cvsweb/Makefile b/devel/cvsweb/Makefile index 5168b7f99bef..2efa48c7d429 100644 --- a/devel/cvsweb/Makefile +++ b/devel/cvsweb/Makefile @@ -6,9 +6,10 @@ # PORTNAME= cvsweb -PORTVERSION= 1.80 +PORTVERSION= 1.85 CATEGORIES= devel www -MASTER_SITES= http://stud.fh-heilbronn.de/~zeller/download/ +MASTER_SITES= ftp://ftp.FreeBSD.org/pub/FreeBSD/local-distfiles/knu/ \ + http://people.FreeBSD.org/~knu/ports/distfiles/ MAINTAINER= knu@FreeBSD.org @@ -29,7 +30,7 @@ ICONSDIR?= share/apache/icons PLIST_SUB= CGIDIR="${CGIDIR}" ICONSDIR="${ICONSDIR}" -WRKSRC= ${WRKDIR}/cvsweb +WRKSRC= ${WRKDIR}/${PORTNAME} do-configure: cd ${WRKSRC} && ${PERL} -i -pe "\ diff --git a/devel/cvsweb/distinfo b/devel/cvsweb/distinfo index 096c2391eb1f..2b0fc370b87a 100644 --- a/devel/cvsweb/distinfo +++ b/devel/cvsweb/distinfo @@ -1 +1 @@ -MD5 (cvsweb-1.80.tar.gz) = 689e19e1cd1aa7dda4eaeb457a6fa156 +MD5 (cvsweb-1.85.tar.gz) = 9405898ccc441cb38cb12fd9af16de83 diff --git a/devel/cvsweb3/Makefile b/devel/cvsweb3/Makefile index 5168b7f99bef..2efa48c7d429 100644 --- a/devel/cvsweb3/Makefile +++ b/devel/cvsweb3/Makefile @@ -6,9 +6,10 @@ # PORTNAME= cvsweb -PORTVERSION= 1.80 +PORTVERSION= 1.85 CATEGORIES= devel www -MASTER_SITES= http://stud.fh-heilbronn.de/~zeller/download/ +MASTER_SITES= ftp://ftp.FreeBSD.org/pub/FreeBSD/local-distfiles/knu/ \ + http://people.FreeBSD.org/~knu/ports/distfiles/ MAINTAINER= knu@FreeBSD.org @@ -29,7 +30,7 @@ ICONSDIR?= share/apache/icons PLIST_SUB= CGIDIR="${CGIDIR}" ICONSDIR="${ICONSDIR}" -WRKSRC= ${WRKDIR}/cvsweb +WRKSRC= ${WRKDIR}/${PORTNAME} do-configure: cd ${WRKSRC} && ${PERL} -i -pe "\ diff --git a/devel/cvsweb3/distinfo b/devel/cvsweb3/distinfo index 096c2391eb1f..2b0fc370b87a 100644 --- a/devel/cvsweb3/distinfo +++ b/devel/cvsweb3/distinfo @@ -1 +1 @@ -MD5 (cvsweb-1.80.tar.gz) = 689e19e1cd1aa7dda4eaeb457a6fa156 +MD5 (cvsweb-1.85.tar.gz) = 9405898ccc441cb38cb12fd9af16de83 |