ports/58945: [PATCH] www/jetspeed: use apache mirrors

Palle Girgensohn girgen at pingpong.net
Wed Nov 5 03:20:17 UTC 2003


>Number:         58945
>Category:       ports
>Synopsis:       [PATCH] www/jetspeed: use apache mirrors
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 04 19:20:13 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Palle Girgensohn
>Release:        FreeBSD 4.9-RELEASE i386
>Organization:
Ping Pong AB
>Environment:
System: FreeBSD palle.girgensohn.se 4.9-RELEASE FreeBSD 4.9-RELEASE #6: Tue Nov  4 22:56:29 CET
>Description:
This patch expects the PR 58943 to work properly. It uses the apache
mirrorss, so for us not living in New Zealand, fetch the distribution
will hopefully be somewhat faster and more reliable.

portlint tipped me off to add DOCSDIR, so I did that as well.

Best regards,
Palle

Port maintainer (francisco at gomezmarin.com) is cc'd.

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- jetspeed-1.4.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/jetspeed/Makefile,v
retrieving revision 1.2
diff -u -u -r1.2 Makefile
--- Makefile	29 Sep 2003 13:31:49 -0000	1.2
+++ Makefile	5 Nov 2003 03:04:22 -0000
@@ -8,9 +8,8 @@
 PORTNAME=	jetspeed
 PORTVERSION=	1.4
 CATEGORIES=	www
-MASTER_SITES=	http://apache.inspire.net.nz/jakarta/jetspeed/binaries/
-#MASTER_SITES=	${MASTER_SITE_APACHE_JAKARTA}
-#MASTER_SITE_SUBDIR=jakarta-jetspeed/release/v1.4b4
+MASTER_SITES=	${MASTER_SITE_APACHE_JAKARTA}
+MASTER_SITE_SUBDIR=jetspeed/binaries
 DISTNAME=	${PORTNAME}-${PORTVERSION}-b4-war
 
 MAINTAINER=	francisco at gomezmarin.com
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/www/jetspeed/pkg-plist,v
retrieving revision 1.1
diff -u -u -r1.1 pkg-plist
--- pkg-plist	29 Sep 2003 11:58:45 -0000	1.1
+++ pkg-plist	5 Nov 2003 03:09:22 -0000
@@ -1,8 +1,8 @@
 jakarta-tomcat4.1/webapps/jetspeed.war
-share/doc/jetspeed/INSTALL
-share/doc/jetspeed/LICENSE
-share/doc/jetspeed/README
-share/doc/jetspeed/NOTES
-share/doc/jetspeed/jetspeed.war
-share/doc/jetspeed/WARNING
- at dirrm share/doc/jetspeed/
+%%PORTDOCS%%%%DOCSDIR%%/INSTALL
+%%PORTDOCS%%%%DOCSDIR%%/LICENSE
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%%%DOCSDIR%%/NOTES
+%%PORTDOCS%%%%DOCSDIR%%/jetspeed.war
+%%PORTDOCS%%%%DOCSDIR%%/WARNING
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
--- jetspeed-1.4.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list