Bug 62925 - ports/sysutils/nut - fix WWW, add PGP sig.
Summary: ports/sysutils/nut - fix WWW, add PGP sig.
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: Doug Barton
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-16 19:20 UTC by jharris
Modified: 2004-02-16 20:47 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-02-16 19:20:18 UTC
	update WWW
	add fetching (and verifying) of PGP signature

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

cvs server: Diffing .


iD8DBQFAMRUoSypIl9OdoOMRAgsSAJ4/gs+WB7nlpCUbywV4NJRWWCGiRgCgjVaX
hTkI95Ne9b4j0Ir2crVF7m4=
=5kkK
-----END PGP SIGNATURE-------4nLV9M9CT9XxNh5MnGbnIzjOl1etOwDyazgdGzswKeuOrEdn
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/nut/Makefile,v
retrieving revision 1.26
diff -u -r1.26 Makefile
--- Makefile	8 Feb 2004 07:37:40 -0000	1.26
+++ Makefile	16 Feb 2004 19:07:55 -0000
@@ -10,10 +10,14 @@
 CATEGORIES=	sysutils
 MASTER_SITES=	http://us1.networkupstools.org/source/${PORTVERSION:R}/ \
 		http://eu1.networkupstools.org/source/${PORTVERSION:R}/
+DISTFILES=	${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig
+EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
 
 MAINTAINER=	DougB@FreeBSD.org
 COMMENT=	Network UPS Tools
 
+USE_GPG?=	yes
+SIG_FILES=	${DISTNAME}${EXTRACT_SUFX}.sig
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--sysconfdir=${PREFIX}/etc/nut \
 		--localstatedir=/var/db/nut \
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/sysutils/nut/distinfo,v
retrieving revision 1.14
diff -u -r1.14 distinfo
--- distinfo	8 Feb 2004 07:37:40 -0000	1.14
+++ distinfo	16 Feb 2004 19:07:55 -0000
@@ -1,2 +1,10 @@
 MD5 (nut-1.4.1.tar.gz) = ae91ea3d643d7665bda0a95ce62957a0
+SHA1 (nut-1.4.1.tar.gz) = b23920207d3bd6563172194546f26dbe7cfb7ec6
+RMD160 (nut-1.4.1.tar.gz) = 65be779ce1e4741f2ac6db3e1165e57573950999
+SHA256 (nut-1.4.1.tar.gz) = 42083780cd28544117d9efd1d91d460c1cc9c3e9d8f414598c1d820954dc59f2
 SIZE (nut-1.4.1.tar.gz) = 550238
+MD5 (nut-1.4.1.tar.gz.sig) = 472d10cb38e7243a84493d739f91f8f9
+SHA1 (nut-1.4.1.tar.gz.sig) = 6365fed0e578cfd84bf3835b99f9e03fa90e5ce7
+RMD160 (nut-1.4.1.tar.gz.sig) = 357683523bbd743e83e8d171f22a3c2dffa76f82
+SHA256 (nut-1.4.1.tar.gz.sig) = 22364565894e311acd6198945fcb7ee01e0ef98886484903a35c09d61dd693f5
+SIZE (nut-1.4.1.tar.gz.sig) = 65
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/sysutils/nut/pkg-descr,v
retrieving revision 1.2
diff -u -r1.2 pkg-descr
--- pkg-descr	10 Sep 2003 11:10:12 -0000	1.2
+++ pkg-descr	16 Feb 2004 19:07:55 -0000
@@ -4,7 +4,7 @@
 special "sharing hardware" on the UPS itself. CGI scripts provided
 to monitor UPS status via WEB browser.
 
-WWW: http://www.exploits.org/nut/
+WWW: http://www.networkupstools.org/
 
 - Doug Barton
 DougB@FreeBSD.org
cvs server: Diffing files
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (FreeBSD)
How-To-Repeat: 
	apply patch below
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2004-02-16 19:46:46 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dougb

Over to maintainer.
Comment 2 Doug Barton freebsd_committer freebsd_triage 2004-02-16 20:44:50 UTC
State Changed
From-To: open->closed


I committed the WWW update, thanks. I'm closing this for now 
until http://www.freebsd.org/cgi/query-pr.cgi?pr=60558 gets 
committed. When it does, most of what you had in your patch 
will be obsolete. Thanks for bringing this to my attention 
though.