diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-10-06 19:56:38 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-10-06 19:56:38 +0800 |
commit | 325aa7e8e88ecb199c046b332000e6efcca17714 (patch) | |
tree | 96255da188cb25915662af74059dec331edbc41f /security | |
parent | ba7b4e2ec2de6aacf45de83bd053d23282f02946 (diff) | |
download | marcuscom-ports-325aa7e8e88ecb199c046b332000e6efcca17714.tar marcuscom-ports-325aa7e8e88ecb199c046b332000e6efcca17714.tar.gz marcuscom-ports-325aa7e8e88ecb199c046b332000e6efcca17714.tar.bz2 marcuscom-ports-325aa7e8e88ecb199c046b332000e6efcca17714.tar.lz marcuscom-ports-325aa7e8e88ecb199c046b332000e6efcca17714.tar.xz marcuscom-ports-325aa7e8e88ecb199c046b332000e6efcca17714.tar.zst marcuscom-ports-325aa7e8e88ecb199c046b332000e6efcca17714.zip |
Add USES=pkgconfig where needed, update to new port rules, incl stage support.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18771 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security')
-rw-r--r-- | security/gnome-keyring3/Makefile | 5 | ||||
-rw-r--r-- | security/libcryptui/Makefile | 2 | ||||
-rw-r--r-- | security/libcryptui/pkg-plist | 1 |
3 files changed, 3 insertions, 5 deletions
diff --git a/security/gnome-keyring3/Makefile b/security/gnome-keyring3/Makefile index 22a16f383..5f065bd61 100644 --- a/security/gnome-keyring3/Makefile +++ b/security/gnome-keyring3/Makefile @@ -6,6 +6,7 @@ PORTNAME= gnome-keyring PORTVERSION= 3.6.2 CATEGORIES= security gnome MASTER_SITES= GNOME +PKGNAMESUFFIX= 3 DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org @@ -15,7 +16,7 @@ BUILD_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_ gcr>=3.5.3:${PORTSDIR}/security/gcr LIB_DEPENDS= libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring \ libdbus-1.so:${PORTSDIR}/devel/dbus \ - libgcr.so:${PORTSDIR}/security/gcr \ + libgcr-3.so:${PORTSDIR}/security/gcr \ libtasn1.so:${PORTSDIR}/security/libtasn1 \ libp11-kit.so:${PORTSDIR}/security/p11-kit \ libgcrypt.so:${PORTSDIR}/security/libgcrypt @@ -23,8 +24,6 @@ RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_ro CONFLICTS= gnome-keyring-2.[0-9]* -NO_STAGE= yes -LATEST_LINK= gnome-keyring3 USE_XZ= yes USE_GNOME= gnomeprefix gtk30 ltverhack intlhack USES= gettext gmake pathfix pkgconfig diff --git a/security/libcryptui/Makefile b/security/libcryptui/Makefile index e45bb2b85..e96db8042 100644 --- a/security/libcryptui/Makefile +++ b/security/libcryptui/Makefile @@ -19,7 +19,6 @@ RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg CONFLICTS= seahorse-2.[0-9]* seahorse-3.0.[0-9]* -NO_STAGE= yes USE_LDCONFIG= yes USE_XZ= yes USES= gettext gmake pathfix pkgconfig @@ -30,7 +29,6 @@ LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --enable-introspection=no GLIB_SCHEMAS= org.gnome.seahorse.recipients.gschema.xml -MAN1= seahorse-daemon.1 OPTIONS_DEFINE= NOTIFY diff --git a/security/libcryptui/pkg-plist b/security/libcryptui/pkg-plist index 01f2caa4f..1f9c30bfe 100644 --- a/security/libcryptui/pkg-plist +++ b/security/libcryptui/pkg-plist @@ -10,6 +10,7 @@ lib/libcryptui.la lib/libcryptui.so lib/libcryptui.so.0 libdata/pkgconfig/cryptui-0.0.pc +man/man1/seahorse-daemon.1.gz share/GConf/gsettings/org.gnome.seahorse.recipients.convert share/cryptui/ui/seahorse-notify.xml share/cryptui/ui/seahorse-pgp-generate.xml |