Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Dec 2003 09:36:11 +0800 (CST)
From:      Ying-Chieh Liao <ijliao@FreeBSD.csie.NCTU.edu.tw>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/60711: upgrade ports/security/gpgme to 0.3.16
Message-ID:  <20031230013611.8AEA3106BD8@FreeBSD.csie.NCTU.edu.tw>
Resent-Message-ID: <200312300140.hBU1eGJi080004@freefall.freebsd.org>

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

>Number:         60711
>Category:       ports
>Synopsis:       upgrade ports/security/gpgme to 0.3.16
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 29 17:40:16 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Ying-Chieh Liao
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
NCTU CSIE
>Environment:
System: FreeBSD FreeBSD.csie.NCTU.edu.tw 4.9-STABLE FreeBSD 4.9-STABLE #8: Wed Oct 29 10:04:27 CST 2003 root@FreeBSD.csie.NCTU.edu.tw:/big/usr.obj/big/freebsd/pub/branches/4.0-stable/src/sys/FREEBSD i386


	
>Description:
	
>How-To-Repeat:
	
>Fix:

	

--- gpgme.patch begins here ---
Index: gpgme/Makefile
===================================================================
RCS file: /home/pcvs/ports/security/gpgme/Makefile,v
retrieving revision 1.16
diff -u -r1.16 Makefile
--- gpgme/Makefile	22 May 2003 01:29:39 -0000	1.16
+++ gpgme/Makefile	30 Dec 2003 01:35:20 -0000
@@ -6,8 +6,8 @@
 #
 
 PORTNAME=	gpgme
-PORTVERSION=	0.3.15
-PORTREVISION=	1
+PORTVERSION=	0.3.16
+PORTREVISION=	0
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_GNUPG}
 MASTER_SITE_SUBDIR=	gpgme
@@ -19,10 +19,11 @@
 LIB_DEPENDS=	pth.20:${PORTSDIR}/devel/pth
 
 USE_LIBTOOL=	yes
-CONFIGURE_ENV=	MAKEINFO="makeinfo --no-split"
 USE_GMAKE=	yes
 INSTALLS_SHLIB=	yes
 
+INFO=	gpgme
+
 .include <bsd.port.pre.mk>
 
 .if exists(${LOCALBASE}/bin/gpgsm)
@@ -34,8 +35,5 @@
 .else
 CONFIGURE_ARGS+=	--without-gpgsm
 .endif
-
-pre-configure:
-	@${RM} -r ${WRKSRC}/doc/gpgme.info*
 
 .include <bsd.port.post.mk>
Index: gpgme/distinfo
===================================================================
RCS file: /home/pcvs/ports/security/gpgme/distinfo,v
retrieving revision 1.8
diff -u -r1.8 distinfo
--- gpgme/distinfo	18 May 2003 23:28:15 -0000	1.8
+++ gpgme/distinfo	30 Dec 2003 01:35:20 -0000
@@ -1 +1 @@
-MD5 (gpgme-0.3.15.tar.gz) = 1acbe4b49e60d4b882a43328bc840d42
+MD5 (gpgme-0.3.16.tar.gz) = 0476b219695ea25cb2a97b18b717e381
Index: gpgme/pkg-plist
===================================================================
RCS file: /home/pcvs/ports/security/gpgme/pkg-plist,v
retrieving revision 1.6
diff -u -r1.6 pkg-plist
--- gpgme/pkg-plist	20 Sep 2002 05:33:01 -0000	1.6
+++ gpgme/pkg-plist	30 Dec 2003 01:35:20 -0000
@@ -1,10 +1,6 @@
 bin/gpgme-config
 include/gpgme.h
-@unexec install-info --delete %D/info/gpgme.info %D/info/dir
-info/gpgme.info
-@exec install-info %D/info/gpgme.info %D/info/dir
 lib/libgpgme.a
-lib/libgpgme.la
 lib/libgpgme.so
 lib/libgpgme.so.9
 share/aclocal/gpgme.m4
Index: gpgme/files/patch-ltmain.sh
===================================================================
RCS file: gpgme/files/patch-ltmain.sh
diff -N gpgme/files/patch-ltmain.sh
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ gpgme/files/patch-ltmain.sh	30 Dec 2003 01:35:20 -0000
@@ -0,0 +1,15 @@
+--- ltmain.sh.orig	Tue Dec 30 09:32:46 2003
++++ ltmain.sh	Tue Dec 30 09:32:59 2003
+@@ -4333,10 +4333,12 @@
+ 	fi
+ 
+ 	# Install the pseudo-library for information purposes.
++	if /usr/bin/false ; then
+ 	name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
+ 	instname="$dir/$name"i
+ 	$show "$install_prog $instname $destdir/$name"
+ 	$run eval "$install_prog $instname $destdir/$name" || exit $?
++	fi
+ 
+ 	# Maybe install the static library, too.
+ 	test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
--- gpgme.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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