Date: Fri, 29 Aug 2014 08:24:20 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366467 - in head: devel/libunistring lang/guile2 net-p2p/gnunet security/sssd Message-ID: <201408290824.s7T8OK6J008974@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Fri Aug 29 08:24:19 2014 New Revision: 366467 URL: http://svnweb.freebsd.org/changeset/ports/366467 QAT: https://qat.redports.org/buildarchive/r366467/ Log: devel/libunistring: - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip Approved by: portmgr (implicit, bump unstaged port) Modified: head/devel/libunistring/Makefile head/devel/libunistring/pkg-plist head/lang/guile2/Makefile head/net-p2p/gnunet/Makefile head/security/sssd/Makefile Modified: head/devel/libunistring/Makefile ============================================================================== --- head/devel/libunistring/Makefile Fri Aug 29 08:18:05 2014 (r366466) +++ head/devel/libunistring/Makefile Fri Aug 29 08:24:19 2014 (r366467) @@ -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 Modified: head/devel/libunistring/pkg-plist ============================================================================== --- head/devel/libunistring/pkg-plist Fri Aug 29 08:18:05 2014 (r366466) +++ head/devel/libunistring/pkg-plist Fri Aug 29 08:24:19 2014 (r366467) @@ -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 Modified: head/lang/guile2/Makefile ============================================================================== --- head/lang/guile2/Makefile Fri Aug 29 08:18:05 2014 (r366466) +++ head/lang/guile2/Makefile Fri Aug 29 08:24:19 2014 (r366467) @@ -3,6 +3,7 @@ PORTNAME= guile PORTVERSION= 2.0.11 +PORTREVISION= 1 CATEGORIES= lang scheme MASTER_SITES= GNU #MASTER_SITES= ${MASTER_SITE_GNU} Modified: head/net-p2p/gnunet/Makefile ============================================================================== --- head/net-p2p/gnunet/Makefile Fri Aug 29 08:18:05 2014 (r366466) +++ head/net-p2p/gnunet/Makefile Fri Aug 29 08:24:19 2014 (r366467) @@ -3,7 +3,7 @@ PORTNAME= gnunet DISTVERSION= 0.9.3 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= net-p2p ipv6 security MASTER_SITES= GNU Modified: head/security/sssd/Makefile ============================================================================== --- head/security/sssd/Makefile Fri Aug 29 08:18:05 2014 (r366466) +++ head/security/sssd/Makefile Fri Aug 29 08:24:19 2014 (r366467) @@ -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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408290824.s7T8OK6J008974>