diff options
author | tijl <tijl@FreeBSD.org> | 2014-08-29 16:24:19 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-08-29 16:24:19 +0800 |
commit | 613fb3675b462035fadfd355140ea6d3735c6f31 (patch) | |
tree | 1a1029ec51b04dfbf713d18aae8267affe1e7d1c | |
parent | 4771a97896d222ec77a4c5266ff45a8c13af94d4 (diff) | |
download | freebsd-ports-gnome-613fb3675b462035fadfd355140ea6d3735c6f31.tar.gz freebsd-ports-gnome-613fb3675b462035fadfd355140ea6d3735c6f31.tar.zst freebsd-ports-gnome-613fb3675b462035fadfd355140ea6d3735c6f31.zip |
devel/libunistring:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
Approved by: portmgr (implicit, bump unstaged port)
-rw-r--r-- | devel/libunistring/Makefile | 4 | ||||
-rw-r--r-- | devel/libunistring/pkg-plist | 6 | ||||
-rw-r--r-- | lang/guile2/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/gnunet/Makefile | 2 | ||||
-rw-r--r-- | security/sssd/Makefile | 2 |
5 files changed, 9 insertions, 6 deletions
diff --git a/devel/libunistring/Makefile b/devel/libunistring/Makefile index 07d7dd38a056..2ca40077594c 100644 --- a/devel/libunistring/Makefile +++ b/devel/libunistring/Makefile @@ -2,6 +2,7 @@ PORTNAME= libunistring PORTVERSION= 0.9.3 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= GNU @@ -11,9 +12,10 @@ COMMENT= Unicode string library LICENSE= GPLv3 LGPL3 LICENSE_COMB= dual -USES= charsetfix iconv gmake +USES= charsetfix gmake iconv libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip INFO= ${PORTNAME} OPTIONS_DEFINE= DOCS diff --git a/devel/libunistring/pkg-plist b/devel/libunistring/pkg-plist index 9366fc16857f..8deeb9bf897d 100644 --- a/devel/libunistring/pkg-plist +++ b/devel/libunistring/pkg-plist @@ -38,9 +38,9 @@ include/uniwbrk.h include/unilbrk.h include/uninorm.h include/unicase.h -lib/libunistring.so.1 -lib/libunistring.so -lib/libunistring.la lib/libunistring.a +lib/libunistring.so +lib/libunistring.so.0 +lib/libunistring.so.0.1.2 %%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm include/unistring diff --git a/lang/guile2/Makefile b/lang/guile2/Makefile index 621d9553aa04..1c953a48c012 100644 --- a/lang/guile2/Makefile +++ b/lang/guile2/Makefile @@ -3,6 +3,7 @@ PORTNAME= guile PORTVERSION= 2.0.11 +PORTREVISION= 1 CATEGORIES= lang scheme MASTER_SITES= GNU #MASTER_SITES= ${MASTER_SITE_GNU} diff --git a/net-p2p/gnunet/Makefile b/net-p2p/gnunet/Makefile index 257c8b324d1c..4fcb1c9a3a8d 100644 --- a/net-p2p/gnunet/Makefile +++ b/net-p2p/gnunet/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnunet DISTVERSION= 0.9.3 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= net-p2p ipv6 security MASTER_SITES= GNU diff --git a/security/sssd/Makefile b/security/sssd/Makefile index 9769d583c4e5..51b7dbd58e2c 100644 --- a/security/sssd/Makefile +++ b/security/sssd/Makefile @@ -3,7 +3,7 @@ PORTNAME= sssd DISTVERSION= 1.9.6 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= security MASTER_SITES= https://fedorahosted.org/released/${PORTNAME}/ \ http://mirrors.rit.edu/zi/ |