svn commit: r352171 - head/security/libgnome-keyring
Baptiste Daroussin
bapt at FreeBSD.org
Fri Apr 25 23:20:53 UTC 2014
Author: bapt
Date: Fri Apr 25 23:20:52 2014
New Revision: 352171
URL: http://svnweb.freebsd.org/changeset/ports/352171
QAT: https://qat.redports.org/buildarchive/r352171/
Log:
Support stage
Modified:
head/security/libgnome-keyring/Makefile
head/security/libgnome-keyring/pkg-plist
Modified: head/security/libgnome-keyring/Makefile
==============================================================================
--- head/security/libgnome-keyring/Makefile Fri Apr 25 23:19:01 2014 (r352170)
+++ head/security/libgnome-keyring/Makefile Fri Apr 25 23:20:52 2014 (r352171)
@@ -3,24 +3,22 @@
PORTNAME= libgnome-keyring
PORTVERSION= 2.32.0
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= security gnome
MASTER_SITES= GNOME
MAINTAINER= gnome at FreeBSD.org
COMMENT= Program that keeps passwords and other secrets
-LIB_DEPENDS= tasn1.7:${PORTSDIR}/security/libtasn1 \
- gcrypt:${PORTSDIR}/security/libgcrypt
+LIB_DEPENDS= libtasn1.so:${PORTSDIR}/security/libtasn1 \
+ libgcrypt.so:${PORTSDIR}/security/libgcrypt
-USE_BZIP2= yes
-USE_GNOME= gnomehack gnomeprefix ltverhack intlhack gconf2
-USE_GMAKE= yes
-USES= gettext pkgconfig
-USE_AUTOTOOLS= libtool
+USES= gettext gmake libtool:keepla pathfix pkgconfig tar:bzip2
+USE_GNOME= gnomeprefix ltverhack intlhack gconf2
USE_LDCONFIG= yes
+GNU_CONFIGURE= yes
+INSTALL_TARGET= install-strip
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/security/libgnome-keyring/pkg-plist
==============================================================================
--- head/security/libgnome-keyring/pkg-plist Fri Apr 25 23:19:01 2014 (r352170)
+++ head/security/libgnome-keyring/pkg-plist Fri Apr 25 23:20:52 2014 (r352171)
@@ -1,10 +1,10 @@
include/gnome-keyring-1/gnome-keyring-memory.h
include/gnome-keyring-1/gnome-keyring-result.h
include/gnome-keyring-1/gnome-keyring.h
-lib/libgnome-keyring.a
lib/libgnome-keyring.la
lib/libgnome-keyring.so
lib/libgnome-keyring.so.0
+lib/libgnome-keyring.so.0.1.1
libdata/pkgconfig/gnome-keyring-1.pc
share/doc/gnome-keyring/ch01.html
share/doc/gnome-keyring/gnome-keyring-Callbacks.html
More information about the svn-ports-all
mailing list