diff options
author | pav <pav@FreeBSD.org> | 2004-01-06 14:18:02 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-01-06 14:18:02 +0000 |
commit | 524a641616bccc3e90bff5857d42d0e47e153df4 (patch) | |
tree | ef15c3b59dca0267646ab1bf1b9eea05d8359c78 /security/gpgme03 | |
parent | 49f67ff79ecb4b2844f4ca3e48a7ceb2a5a6961a (diff) | |
download | FreeBSD-ports-524a641616bccc3e90bff5857d42d0e47e153df4.zip FreeBSD-ports-524a641616bccc3e90bff5857d42d0e47e153df4.tar.gz |
- Update to 0.3.16
PR: ports/60711
Submitted by: ijliao
Diffstat (limited to 'security/gpgme03')
-rw-r--r-- | security/gpgme03/Makefile | 9 | ||||
-rw-r--r-- | security/gpgme03/distinfo | 2 | ||||
-rw-r--r-- | security/gpgme03/files/patch-ltmain.sh | 15 | ||||
-rw-r--r-- | security/gpgme03/pkg-plist | 4 |
4 files changed, 19 insertions, 11 deletions
diff --git a/security/gpgme03/Makefile b/security/gpgme03/Makefile index 2150478..1430175 100644 --- a/security/gpgme03/Makefile +++ b/security/gpgme03/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gpgme -PORTVERSION= 0.3.15 -PORTREVISION= 1 +PORTVERSION= 0.3.16 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= gpgme @@ -19,10 +18,11 @@ BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg 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) @@ -35,7 +35,4 @@ BUILD_DEPENDS+= gpgsm:${PORTSDIR}/security/newpg CONFIGURE_ARGS+= --without-gpgsm .endif -pre-configure: - @${RM} -r ${WRKSRC}/doc/gpgme.info* - .include <bsd.port.post.mk> diff --git a/security/gpgme03/distinfo b/security/gpgme03/distinfo index e4a8709..c265c67 100644 --- a/security/gpgme03/distinfo +++ b/security/gpgme03/distinfo @@ -1 +1 @@ -MD5 (gpgme-0.3.15.tar.gz) = 1acbe4b49e60d4b882a43328bc840d42 +MD5 (gpgme-0.3.16.tar.gz) = 0476b219695ea25cb2a97b18b717e381 diff --git a/security/gpgme03/files/patch-ltmain.sh b/security/gpgme03/files/patch-ltmain.sh new file mode 100644 index 0000000..85e86e5 --- /dev/null +++ b/security/gpgme03/files/patch-ltmain.sh @@ -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" diff --git a/security/gpgme03/pkg-plist b/security/gpgme03/pkg-plist index 759c3aa..0a003a2 100644 --- a/security/gpgme03/pkg-plist +++ b/security/gpgme03/pkg-plist @@ -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 |