USES=libtool tar:bzip2.

This commit is contained in:
Tijl Coosemans 2014-05-30 09:58:02 +00:00
parent 6d2749b85f
commit 06b57d03bc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355812
5 changed files with 12 additions and 17 deletions

View file

@ -3,6 +3,7 @@
PORTNAME= gpgme PORTNAME= gpgme
PORTVERSION= 1.4.3 PORTVERSION= 1.4.3
PORTREVISION= 1
CATEGORIES= security CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITES= ${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR= gpgme MASTER_SITE_SUBDIR= gpgme
@ -17,10 +18,8 @@ LICENSE= LGPL21
LIB_DEPENDS= libassuan.so:${PORTSDIR}/security/libassuan \ LIB_DEPENDS= libassuan.so:${PORTSDIR}/security/libassuan \
libgpg-error.so:${PORTSDIR}/security/libgpg-error libgpg-error.so:${PORTSDIR}/security/libgpg-error
USE_BZIP2= yes GNU_CONFIGURE= yes
USE_AUTOTOOLS= libtool USES= gmake libtool:keepla tar:bzip2
USE_GNOME= ltverhack
USES= gmake
USE_LDCONFIG= yes USE_LDCONFIG= yes
CONFIGURE_ARGS= --includedir=${PREFIX}/include/gpgme \ CONFIGURE_ARGS= --includedir=${PREFIX}/include/gpgme \

View file

@ -3,14 +3,14 @@ include/gpgme/gpgme.h
lib/common-lisp/gpgme/gpgme-package.lisp lib/common-lisp/gpgme/gpgme-package.lisp
lib/common-lisp/gpgme/gpgme.asd lib/common-lisp/gpgme/gpgme.asd
lib/common-lisp/gpgme/gpgme.lisp lib/common-lisp/gpgme/gpgme.lisp
lib/libgpgme-pthread.a
lib/libgpgme-pthread.la lib/libgpgme-pthread.la
lib/libgpgme-pthread.so lib/libgpgme-pthread.so
lib/libgpgme-pthread.so.11 lib/libgpgme-pthread.so.11
lib/libgpgme.a lib/libgpgme-pthread.so.11.11.0
lib/libgpgme.la lib/libgpgme.la
lib/libgpgme.so lib/libgpgme.so
lib/libgpgme.so.11 lib/libgpgme.so.11
lib/libgpgme.so.11.11.0
share/aclocal/gpgme.m4 share/aclocal/gpgme.m4
@dirrm lib/common-lisp/gpgme @dirrm lib/common-lisp/gpgme
@dirrmtry lib/common-lisp @dirrmtry lib/common-lisp

View file

@ -3,6 +3,7 @@
PORTNAME= libassuan PORTNAME= libassuan
PORTVERSION= 2.1.1 PORTVERSION= 2.1.1
PORTREVISION= 1
CATEGORIES= security devel CATEGORIES= security devel
MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITES= ${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR=${PORTNAME} MASTER_SITE_SUBDIR=${PORTNAME}
@ -14,18 +15,14 @@ COMMENT= IPC library used by GnuPG and gpgme
LIB_DEPENDS= libgpg-error.so:${PORTSDIR}/security/libgpg-error LIB_DEPENDS= libgpg-error.so:${PORTSDIR}/security/libgpg-error
USE_BZIP2= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USES= libtool:keepla tar:bzip2
USE_LDCONFIG= yes USE_LDCONFIG= yes
# Silly, but apparently the only way to get the proper shared lib version number
USE_AUTOTOOLS= libtool
USE_GNOME= ltverhack
INFO= assuan INFO= assuan
PLIST_FILES= bin/libassuan-config include/assuan.h \ PLIST_FILES= bin/libassuan-config include/assuan.h \
lib/libassuan.a lib/libassuan.la \ lib/libassuan.la lib/libassuan.so lib/libassuan.so.0 \
lib/libassuan.so.0 lib/libassuan.so share/aclocal/libassuan.m4 lib/libassuan.so.0.4.1 share/aclocal/libassuan.m4
verify: checksum verify: checksum
gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.sig gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.sig

View file

@ -3,6 +3,7 @@
PORTNAME= libgpg-error PORTNAME= libgpg-error
PORTVERSION= 1.13 PORTVERSION= 1.13
PORTREVISION= 1
CATEGORIES= security devel CATEGORIES= security devel
MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITES= ${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR= ${PORTNAME} MASTER_SITE_SUBDIR= ${PORTNAME}
@ -12,9 +13,7 @@ COMMENT= Common error values for all GnuPG components
OPTIONS_DEFINE= DOCS NLS OPTIONS_DEFINE= DOCS NLS
USES= gmake tar:bzip2 USES= gmake libtool:keepla tar:bzip2
USE_AUTOTOOLS= libtool
USE_GNOME= ltverhack
USE_LDCONFIG= yes USE_LDCONFIG= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
MAKE_JOBS_UNSAFE= yes MAKE_JOBS_UNSAFE= yes

View file

@ -1,10 +1,10 @@
bin/gpg-error bin/gpg-error
bin/gpg-error-config bin/gpg-error-config
include/gpg-error.h include/gpg-error.h
lib/libgpg-error.a
lib/libgpg-error.la lib/libgpg-error.la
lib/libgpg-error.so lib/libgpg-error.so
lib/libgpg-error.so.0 lib/libgpg-error.so.0
lib/libgpg-error.so.0.11.0
share/aclocal/gpg-error.m4 share/aclocal/gpg-error.m4
share/common-lisp/source/gpg-error/gpg-error.asd share/common-lisp/source/gpg-error/gpg-error.asd
share/common-lisp/source/gpg-error/gpg-error-package.lisp share/common-lisp/source/gpg-error/gpg-error-package.lisp