diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-08-20 16:57:46 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-08-20 16:57:46 +0800 |
commit | 10fdd3e0db2f09b60f62555b89ca21644dc70683 (patch) | |
tree | 595cf7dd8ade4427eb68f1f7323566edce998a51 /security | |
parent | 1fa8c7f0ef214e621e9bb0ab7b601696a344742e (diff) | |
download | marcuscom-ports-10fdd3e0db2f09b60f62555b89ca21644dc70683.tar marcuscom-ports-10fdd3e0db2f09b60f62555b89ca21644dc70683.tar.gz marcuscom-ports-10fdd3e0db2f09b60f62555b89ca21644dc70683.tar.bz2 marcuscom-ports-10fdd3e0db2f09b60f62555b89ca21644dc70683.tar.lz marcuscom-ports-10fdd3e0db2f09b60f62555b89ca21644dc70683.tar.xz marcuscom-ports-10fdd3e0db2f09b60f62555b89ca21644dc70683.tar.zst marcuscom-ports-10fdd3e0db2f09b60f62555b89ca21644dc70683.zip |
Some ports were installing .la files without using
USES=libtool. Add USES=libtool to those and fix their
pkg-plist accordingly.
No depend port bumped because no lib changed its major
version. There are still a few ports changing its major
when adding libtool to USES, will update those and users
soon.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19822 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security')
-rw-r--r-- | security/libsecret/Makefile | 3 | ||||
-rw-r--r-- | security/libsecret/pkg-plist | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/security/libsecret/Makefile b/security/libsecret/Makefile index 09b9afbe7..d48f3c525 100644 --- a/security/libsecret/Makefile +++ b/security/libsecret/Makefile @@ -4,6 +4,7 @@ PORTNAME= libsecret PORTVERSION= 0.18 +PORTREVISION= 1 CATEGORIES= security gnome MASTER_SITES= GNOME @@ -13,7 +14,7 @@ COMMENT= Library to access the secret service API BUILD_DEPENDS= docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt -USES= gettext gmake pathfix pkgconfig tar:xz +USES= gettext gmake libtool pathfix pkgconfig tar:xz USE_GNOME= gnomehier glib20 libxslt:build intltool \ introspection:build USE_LDCONFIG= yes diff --git a/security/libsecret/pkg-plist b/security/libsecret/pkg-plist index 43c7f03bd..1c3cfabe8 100644 --- a/security/libsecret/pkg-plist +++ b/security/libsecret/pkg-plist @@ -14,9 +14,9 @@ include/libsecret-1/libsecret/secret-value.h include/libsecret-1/libsecret/secret.h lib/girepository-1.0/Secret-1.typelib lib/libsecret-1.a -lib/libsecret-1.la lib/libsecret-1.so lib/libsecret-1.so.0 +lib/libsecret-1.so.0.0.0 libdata/pkgconfig/libsecret-1.pc libdata/pkgconfig/libsecret-unstable.pc man/man1/secret-tool.1.gz @@ -118,8 +118,6 @@ share/locale/uk/LC_MESSAGES/libsecret.mo share/locale/zh_CN/LC_MESSAGES/libsecret.mo share/locale/zh_HK/LC_MESSAGES/libsecret.mo share/locale/zh_TW/LC_MESSAGES/libsecret.mo -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin @dirrmtry share/locale/fur/LC_MESSAGES @dirrmtry share/locale/fur @dirrm share/gtk-doc/html/libsecret-1 |