Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Apr 2004 15:28:22 -0400 (EDT)
From:      Jason Harris <jharris@widomaker.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Jason Harris <jharris@widomaker.com>
Subject:   ports/65464: ports/www/axis - use MASTER_SITE_APACHE
Message-ID:  <200404121928.i3CJSMGt052141@wilma.widomaker.com>
Resent-Message-ID: <200404121930.i3CJUDBn000538@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         65464
>Category:       ports
>Synopsis:       ports/www/axis - use MASTER_SITE_APACHE
>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:   Mon Apr 12 12:30:13 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Jason Harris
>Release:        FreeBSD 4.3-RELEASE i386
>Organization:
none here
>Environment:
System: FreeBSD 4.3-RELEASE i386

>Description:

	improve fetchability by using MASTER_SITE_APACHE
	use PORTNAME to generate DISTNAME
	download PGP signature so others can double-check MAINTAINER's 
	(assumed) verification of it
	
>How-To-Repeat:

	apply patch below
>Fix:

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

? KEYS
cvs server: Diffing .
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/axis/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile	3 Apr 2004 06:49:00 -0000	1.5
+++ Makefile	12 Apr 2004 19:09:38 -0000
@@ -13,8 +13,11 @@
 PORTVERSION=		1.1
 PORTREVISION=		2
 CATEGORIES=		www java
-MASTER_SITES=		http://ws.apache.org/axis/dist/1_1/
-DISTNAME=		axis-${PORTVERSION:S,.,_,g}
+MASTER_SITES=		${MASTER_SITE_APACHE}
+MASTER_SITE_SUBDIR=	ws/${PORTNAME}/${PORTVERSION:S,.,_,g}
+DISTNAME=		${PORTNAME}-${PORTVERSION:S,.,_,g}
+DISTFILES=	${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc
+EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
 
 MAINTAINER=	rui@ruilopes.com
 COMMENT=	SOAP implementation by APACHE project
@@ -36,6 +39,8 @@
 RUN_DEPENDS+=	${LOCALBASE}/jakarta-tomcat4.1:${PORTSDIR}/www/jakarta-tomcat41
 .endif
 
+#USE_GPG?=	yes
+#SIG_FILES=	${DISTNAME}${EXTRACT_SUFX}.asc
 NO_BUILD=	YES
 USE_JAVA=	1.4+
 USER=		www
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/www/axis/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo	31 Mar 2004 03:12:09 -0000	1.3
+++ distinfo	12 Apr 2004 19:09:38 -0000
@@ -1,2 +1,3 @@
 MD5 (axis-1_1.tar.gz) = bdf6aa0461a81d1d2d24a5830d916845
 SIZE (axis-1_1.tar.gz) = 7611343
+MD5 (axis-1_1.tar.gz.asc) = 5bb6ae0bba898e229ac8110d2e7d23d7
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (FreeBSD)

iD8DBQFAeumjSypIl9OdoOMRAiHHAJwLK5KzrqdOUGvIZaA6b5uv/datMwCfeq8f
zJy4HYR44UEiy9FVQ7so8UU=
=zeTs
-----END PGP SIGNATURE-----
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404121928.i3CJSMGt052141>