Update to 1.0.1.
This commit is contained in:
parent
19ae22908e
commit
8967054a68
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123690
7 changed files with 13 additions and 52 deletions
|
@ -6,8 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= gpgme
|
PORTNAME= gpgme
|
||||||
PORTVERSION= 0.3.16
|
PORTVERSION= 1.0.1
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= security
|
CATEGORIES= security
|
||||||
MASTER_SITES= ${MASTER_SITE_GNUPG}
|
MASTER_SITES= ${MASTER_SITE_GNUPG}
|
||||||
MASTER_SITE_SUBDIR= gpgme
|
MASTER_SITE_SUBDIR= gpgme
|
||||||
|
@ -16,11 +15,14 @@ MAINTAINER= markun@onohara.to
|
||||||
COMMENT= A library to make access to GnuPG easier
|
COMMENT= A library to make access to GnuPG easier
|
||||||
|
|
||||||
BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg
|
BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg
|
||||||
LIB_DEPENDS= pth.20:${PORTSDIR}/devel/pth
|
|
||||||
|
|
||||||
USE_INC_LIBTOOL_VER=13
|
USE_LIBTOOL_VER=15
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
INSTALLS_SHLIB= yes
|
INSTALLS_SHLIB= yes
|
||||||
|
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||||
|
CONFIGURE_ARGS= --without-pth \
|
||||||
|
--without-pth-test \
|
||||||
|
--with-gpg=${LOCALBASE}/bin/gpg
|
||||||
|
|
||||||
INFO= gpgme
|
INFO= gpgme
|
||||||
|
|
||||||
|
@ -32,6 +34,7 @@ WITH_GPGSM= yes
|
||||||
|
|
||||||
.if defined(WITH_GPGSM)
|
.if defined(WITH_GPGSM)
|
||||||
BUILD_DEPENDS+= gpgsm:${PORTSDIR}/security/gnupg-devel
|
BUILD_DEPENDS+= gpgsm:${PORTSDIR}/security/gnupg-devel
|
||||||
|
CONFIGURE_ARGS+=--with-gpgsm=${LOCALBASE}/bin/gpgsm
|
||||||
.else
|
.else
|
||||||
CONFIGURE_ARGS+= --without-gpgsm
|
CONFIGURE_ARGS+= --without-gpgsm
|
||||||
.endif
|
.endif
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
MD5 (gpgme-0.3.16.tar.gz) = 0476b219695ea25cb2a97b18b717e381
|
MD5 (gpgme-1.0.1.tar.gz) = 915045809b729998e4b7cb58856550a4
|
||||||
SIZE (gpgme-0.3.16.tar.gz) = 679430
|
SIZE (gpgme-1.0.1.tar.gz) = 815046
|
||||||
|
|
|
@ -1,10 +0,0 @@
|
||||||
--- assuan/assuan-socket-connect.c.orig Wed Jan 29 15:30:12 2003
|
|
||||||
+++ assuan/assuan-socket-connect.c Wed Jan 29 15:30:28 2003
|
|
||||||
@@ -23,6 +23,7 @@
|
|
||||||
#include <stddef.h>
|
|
||||||
#include <stdio.h>
|
|
||||||
#include <errno.h>
|
|
||||||
+#include <sys/types.h>
|
|
||||||
#include <sys/socket.h>
|
|
||||||
#include <sys/un.h>
|
|
||||||
#include <unistd.h>
|
|
|
@ -1,10 +0,0 @@
|
||||||
--- assuan/assuan-socket-server.c.orig Wed Jan 29 15:27:13 2003
|
|
||||||
+++ assuan/assuan-socket-server.c Wed Jan 29 15:27:38 2003
|
|
||||||
@@ -22,6 +22,7 @@
|
|
||||||
#include <stdlib.h>
|
|
||||||
#include <stdio.h>
|
|
||||||
#include <errno.h>
|
|
||||||
+#include <sys/types.h>
|
|
||||||
#include <sys/socket.h>
|
|
||||||
#include <sys/un.h>
|
|
||||||
#include <unistd.h>
|
|
|
@ -1,15 +0,0 @@
|
||||||
--- 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"
|
|
|
@ -1,10 +0,0 @@
|
||||||
--- tests/gpg/t-eventloop.c.orig Fri Aug 30 17:22:54 2002
|
|
||||||
+++ tests/gpg/t-eventloop.c Fri Aug 30 17:21:50 2002
|
|
||||||
@@ -24,6 +24,7 @@
|
|
||||||
#include <string.h>
|
|
||||||
#include <assert.h>
|
|
||||||
#include <errno.h>
|
|
||||||
+#include <sys/types.h>
|
|
||||||
#include <sys/select.h>
|
|
||||||
|
|
||||||
#include <gpgme.h>
|
|
|
@ -1,6 +1,9 @@
|
||||||
bin/gpgme-config
|
bin/gpgme-config
|
||||||
include/gpgme.h
|
include/gpgme.h
|
||||||
|
lib/libgpgme-pthread.a
|
||||||
|
lib/libgpgme-pthread.so
|
||||||
|
lib/libgpgme-pthread.so.14
|
||||||
lib/libgpgme.a
|
lib/libgpgme.a
|
||||||
lib/libgpgme.so
|
lib/libgpgme.so
|
||||||
lib/libgpgme.so.9
|
lib/libgpgme.so.14
|
||||||
share/aclocal/gpgme.m4
|
share/aclocal/gpgme.m4
|
||||||
|
|
Loading…
Reference in a new issue