svn commit: r365409 - in head: devel/libPropList mail/gbuffy

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Aug 19 17:34:26 UTC 2014


Author: amdmi3
Date: Tue Aug 19 17:34:25 2014
New Revision: 365409
URL: http://svnweb.freebsd.org/changeset/ports/365409
QAT: https://qat.redports.org/buildarchive/r365409/

Log:
  - Switch devel/libPropList to USES=libtool, drop .la files
  - Bump dependent ports as .so version has changed
  - Strip libraries

Modified:
  head/devel/libPropList/Makefile
  head/devel/libPropList/pkg-plist
  head/mail/gbuffy/Makefile

Modified: head/devel/libPropList/Makefile
==============================================================================
--- head/devel/libPropList/Makefile	Tue Aug 19 17:32:48 2014	(r365408)
+++ head/devel/libPropList/Makefile	Tue Aug 19 17:34:25 2014	(r365409)
@@ -3,16 +3,15 @@
 
 PORTNAME=	libproplist
 PORTVERSION=	0.10.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
-MASTER_SITES=	${MASTER_SITE_TUCOWS}
-MASTER_SITE_SUBDIR=	gnome/dev
+MASTER_SITES=	TUCOWS/gnome/dev
 DISTNAME=	libPropList-${PORTVERSION}
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Property library for gnome and Window Maker
 
-USE_AUTOTOOLS=	libtool
+USES=		libtool
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 
@@ -20,4 +19,7 @@ post-patch:
 	${REINPLACE_CMD} -e "s,mkdir rmdir,mkdir mkstemp rmdir," \
 		${WRKSRC}/configure
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libPropList.so
+
 .include <bsd.port.mk>

Modified: head/devel/libPropList/pkg-plist
==============================================================================
--- head/devel/libPropList/pkg-plist	Tue Aug 19 17:32:48 2014	(r365408)
+++ head/devel/libPropList/pkg-plist	Tue Aug 19 17:34:25 2014	(r365409)
@@ -1,5 +1,5 @@
 include/proplist.h
 lib/libPropList.a
-lib/libPropList.la
 lib/libPropList.so
-lib/libPropList.so.2
+lib/libPropList.so.0
+lib/libPropList.so.0.2.2

Modified: head/mail/gbuffy/Makefile
==============================================================================
--- head/mail/gbuffy/Makefile	Tue Aug 19 17:32:48 2014	(r365408)
+++ head/mail/gbuffy/Makefile	Tue Aug 19 17:34:25 2014	(r365409)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gbuffy
 PORTVERSION=	0.2.6
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	mail
 MASTER_SITES=	http://www.fiction.net/blong/programs/gbuffy/gbuffy-${PORTVERSION}/
 


More information about the svn-ports-head mailing list