Date: Sat, 21 Sep 2002 18:01:46 -0400 (EDT) From: Jason Harris <jharris@widomaker.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Jason Harris <jharris@widomaker.com> Subject: ports/43211: update ports/security/gnupg 1.0.7 -> 1.2.0 Message-ID: <200209212201.g8LM1kF14285@pm10-07.lft.widomaker.com>
next in thread | raw e-mail | index | archive | help
>Number: 43211 >Category: ports >Synopsis: update ports/security/gnupg 1.0.7 -> 1.2.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Sep 21 15:10:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Jason Harris >Release: FreeBSD 4.3-RELEASE i386 >Organization: none here >Environment: System: FreeBSD 4.3-RELEASE i386 >Description: update ports/security/gnupg from 1.0.7 to 1.2.0 >How-To-Repeat: apply patch below. NB: remove patches in files/* since they are no longer needed. >Fix: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 NotDashEscaped: You need GnuPG to verify this message ? work ? owork cvs server: Diffing . Index: Makefile =================================================================== RCS file: /home/ncvs/ports/security/gnupg/Makefile,v retrieving revision 1.46 diff -u -r1.46 Makefile --- Makefile 2002/08/01 16:22:34 1.46 +++ Makefile 2002/09/21 21:57:23 @@ -6,25 +6,33 @@ # PORTNAME= gnupg -PORTVERSION= 1.0.7 +PORTVERSION= 1.2.0 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/pub/gcrypt/%SUBDIR%/ \ + http://ftp.planetmirror.com/pub/gnupg/%SUBDIR%/ \ + http://sunsite.dk/pub/security/gcrypt/%SUBDIR%/ \ ftp://pgp.iijlab.net/pub/%SUBDIR%/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/gnupg/&,} + ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/gnupg/&,} \ + ftp://ftp.demon.nl/pub/mirrors/gnupg/%SUBDIR%/ MASTER_SITE_SUBDIR= gnupg +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= kuriyama@FreeBSD.org LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext +USE_BZIP2= yes USE_GMAKE= YES GNU_CONFIGURE= YES +CONFIGURE_ARGS+= --enable-tiger CONFIGURE_TARGET= --build ${MACHINE_ARCH}-portbld-freebsd${OSREL} .if ${MACHINE_CPU:Mi586} MACHINE_ARCH= i586 .endif CFLAGS:= ${CFLAGS:S/-pipe//g} MAN1= gpg.1 gpgv.1 +MAN7= gnupg.7 .include <bsd.port.pre.mk> Index: distinfo =================================================================== RCS file: /home/ncvs/ports/security/gnupg/distinfo,v retrieving revision 1.21 diff -u -r1.21 distinfo --- distinfo 2002/04/30 13:13:01 1.21 +++ distinfo 2002/09/21 21:57:23 @@ -1 +1,2 @@ -MD5 (gnupg-1.0.7.tar.gz) = d8b36d4dfd213a1a1027b1877acbc897 +MD5 (gnupg-1.2.0.tar.bz2) = b22b10dacfeb5c2b0bc4ce9def2d1120 +MD5 (gnupg-1.2.0.tar.bz2.sig) = cf7eaa4a77940a0436073473618d8f16 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/security/gnupg/pkg-plist,v retrieving revision 1.21 diff -u -r1.21 pkg-plist --- pkg-plist 2002/05/01 15:30:10 1.21 +++ pkg-plist 2002/09/21 21:57:24 @@ -1,14 +1,29 @@ bin/gpg -bin/gpgkeys_mailto bin/gpgsplit bin/gpgv +libexec/gnupg/gpgkeys_ldap +libexec/gnupg/gpgkeys_mailto +info/gpg.info info/gpgv.info -lib/gnupg/rndegd -lib/gnupg/rndunix -lib/gnupg/tiger share/gnupg/FAQ share/gnupg/faq.html share/gnupg/options.skel +%%PORTDOCS%%share/doc/gnupg/README +%%PORTDOCS%%share/doc/gnupg/DETAILS +%%PORTDOCS%%share/doc/gnupg/FAQ +%%PORTDOCS%%share/doc/gnupg/HACKING +%%PORTDOCS%%share/doc/gnupg/OpenPGP +%%PORTDOCS%%share/doc/gnupg/ABOUT-NLS +%%PORTDOCS%%share/doc/gnupg/AUTHORS +%%PORTDOCS%%share/doc/gnupg/BUGS +%%PORTDOCS%%share/doc/gnupg/COPYING +%%PORTDOCS%%share/doc/gnupg/INSTALL +%%PORTDOCS%%share/doc/gnupg/NEWS +%%PORTDOCS%%share/doc/gnupg/PROJECTS +%%PORTDOCS%%share/doc/gnupg/THANKS +%%PORTDOCS%%share/doc/gnupg/TODO +%%PORTDOCS%%share/doc/gnupg/VERSION +share/locale/ca/LC_MESSAGES/gnupg.mo share/locale/cs/LC_MESSAGES/gnupg.mo share/locale/da/LC_MESSAGES/gnupg.mo share/locale/de/LC_MESSAGES/gnupg.mo @@ -16,8 +31,8 @@ share/locale/eo/LC_MESSAGES/gnupg.mo share/locale/es/LC_MESSAGES/gnupg.mo share/locale/et/LC_MESSAGES/gnupg.mo -share/locale/gl/LC_MESSAGES/gnupg.mo share/locale/fr/LC_MESSAGES/gnupg.mo +share/locale/gl/LC_MESSAGES/gnupg.mo share/locale/id/LC_MESSAGES/gnupg.mo share/locale/it/LC_MESSAGES/gnupg.mo share/locale/ja/LC_MESSAGES/gnupg.mo @@ -27,22 +42,6 @@ share/locale/pt_BR/LC_MESSAGES/gnupg.mo share/locale/sv/LC_MESSAGES/gnupg.mo share/locale/tr/LC_MESSAGES/gnupg.mo -%%PORTDOCS%%share/doc/gnupg/README -%%PORTDOCS%%share/doc/gnupg/DETAILS -%%PORTDOCS%%share/doc/gnupg/FAQ -%%PORTDOCS%%share/doc/gnupg/HACKING -%%PORTDOCS%%share/doc/gnupg/OpenPGP -%%PORTDOCS%%share/doc/gnupg/ABOUT-NLS -%%PORTDOCS%%share/doc/gnupg/AUTHORS -%%PORTDOCS%%share/doc/gnupg/BUGS -%%PORTDOCS%%share/doc/gnupg/COPYING -%%PORTDOCS%%share/doc/gnupg/INSTALL -%%PORTDOCS%%share/doc/gnupg/NEWS -%%PORTDOCS%%share/doc/gnupg/PROJECTS -%%PORTDOCS%%share/doc/gnupg/THANKS -%%PORTDOCS%%share/doc/gnupg/TODO -%%PORTDOCS%%share/doc/gnupg/VERSION -@dirrm lib/gnupg @dirrm share/gnupg @unexec rmdir %D/share/locale/da/LC_MESSAGES 2>/dev/null || true @unexec rmdir %D/share/locale/da 2>/dev/null || true cvs server: Diffing files cvs server: cannot find files/patch-configure cvs server: cannot find files/patch-keyserver:Makefile.in -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (FreeBSD) iD8DBQE9jOt6SypIl9OdoOMRAvsQAJ4p99HtJT1MthhHGtyc1Ven7J2UBwCg0EoG rpScy671Qd7AuEEcUTW7sUI= =lc9y -----END PGP SIGNATURE----- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209212201.g8LM1kF14285>