Two changes in this release:
- fix regression in --recv-keys if multiple keys are specified
- bound the key sizes for automatic key generation

While, here:
- take maintainership
- remove the unneeded custom do-test target

Regress tests pass on amd64 and sparc64.

ok?

Index: Makefile
===================================================================
RCS file: /cvs/ports/security/gnupg/Makefile,v
retrieving revision 1.95
diff -u -p -r1.95 Makefile
--- Makefile    13 Oct 2014 19:21:16 -0000      1.95
+++ Makefile    25 Dec 2014 21:26:16 -0000
@@ -2,8 +2,7 @@
 
 COMMENT=       GNU privacy guard - a free PGP replacement
 
-DISTNAME=      gnupg-1.4.17
-REVISION=      0
+DISTNAME=      gnupg-1.4.18
 CATEGORIES=    security
 
 # restrict, not compatible with gnupg-2.
@@ -13,6 +12,8 @@ MASTER_SITES= ${MASTER_SITES_GNUPG:=gnup
 
 HOMEPAGE=      http://www.gnupg.org/
 
+MAINTAINER=    Jeremie Courreges-Anglas <j...@wxcvbn.org>
+
 # GPLv3
 PERMIT_PACKAGE_CDROM=  Yes
 
@@ -64,8 +65,5 @@ post-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gnupg
        cd ${WRKSRC}; ${INSTALL_DATA} ${GNUPGDOCFILES} \
                ${PREFIX}/share/doc/gnupg
-
-do-test:
-       @cd ${WRKSRC}/checks && ${MAKE_PROGRAM} check
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/security/gnupg/distinfo,v
retrieving revision 1.27
diff -u -p -r1.27 distinfo
--- distinfo    26 Jun 2014 00:30:15 -0000      1.27
+++ distinfo    25 Dec 2014 19:03:01 -0000
@@ -1,2 +1,2 @@
-SHA256 (gnupg-1.4.17.tar.gz) = IvWAYMxXOSkOnPLJYPLas8ijNyZx57aLVr96EHdXONo=
-SIZE (gnupg-1.4.17.tar.gz) = 5047785
+SHA256 (gnupg-1.4.18.tar.gz) = EKiTa3bMrbmFIVNbX0HMW0GzwVmmwpFfBivU3IrBLRI=
+SIZE (gnupg-1.4.18.tar.gz) = 5047888


-- 
jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE

Reply via email to