Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Feb 2004 16:32:59 -0500 (EST)
From:      Jason Harris <jharris@widomaker.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Jason Harris <jharris@widomaker.com>
Subject:   ports/63513: ports/devel/autogen - fix fetch, PGPify
Message-ID:  <200402282132.i1SLWwVa030310@pm1.ric-41.lft.widomaker.com>
Resent-Message-ID: <200402282140.i1SLe9JT037146@freefall.freebsd.org>

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

>Number:         63513
>Category:       ports
>Synopsis:       ports/devel/autogen - fix fetch, PGPify
>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:   Sat Feb 28 13:40:09 PST 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:
	the distfile is in ./rel5.6 on MASTER_SITE_GNU, unbreak these fetches

	PGPify (particularly important for MAINTAINERless ports)

	MASTER_SITE_SOURCEFORGE doesn't have the PGP signature and doesn't
	(currently) significantly enhance redundancy, so remove it

>How-To-Repeat:

	apply patch below
>Fix:

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

cvs server: Diffing .
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/autogen/Makefile,v
retrieving revision 1.36
diff -u -r1.36 Makefile
--- Makefile	28 Feb 2004 19:41:47 -0000	1.36
+++ Makefile	28 Feb 2004 21:03:26 -0000
@@ -9,15 +9,18 @@
 PORTNAME=	autogen
 PORTVERSION=	5.6.0
 CATEGORIES=	devel
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
-		${MASTER_SITE_GNU}
-MASTER_SITE_SUBDIR=	${PORTNAME}
+MASTER_SITES=	${MASTER_SITE_GNU}
+MASTER_SITE_SUBDIR=	${PORTNAME}/rel5.6
+DISTFILES=	${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig
+EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	The Automated Program Generator
 
 LIB_DEPENDS=	guile.15:${PORTSDIR}/lang/guile
 
+USE_GPG?=	yes
+SIG_FILES=	${DISTNAME}${EXTRACT_SUFX}.sig
 USE_GNOME=	gnometarget libxml2
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/autogen/distinfo,v
retrieving revision 1.26
diff -u -r1.26 distinfo
--- distinfo	28 Feb 2004 19:41:47 -0000	1.26
+++ distinfo	28 Feb 2004 21:03:26 -0000
@@ -1,2 +1,3 @@
 MD5 (autogen-5.6.0.tar.gz) = f51270dd7f710a21797b60eb402f89b9
 SIZE (autogen-5.6.0.tar.gz) = 1091327
+MD5 (autogen-5.6.0.tar.gz.sig) = 06e8d30649df49a97c464a9b0e5807ed
cvs server: Diffing files
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (FreeBSD)

iD8DBQFAQQJMSypIl9OdoOMRAiMqAJsHkTa4tAghNmWoHByEEIUkJzy1KQCgz5MI
cJ1sSAgvCR3hvhsV8Xsefog=
=m0rK
-----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?200402282132.i1SLWwVa030310>