svn commit: r355435 - head/net-im/libyahoo2

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon May 26 19:43:28 UTC 2014


Author: amdmi3
Date: Mon May 26 19:43:27 2014
New Revision: 355435
URL: http://svnweb.freebsd.org/changeset/ports/355435
QAT: https://qat.redports.org/buildarchive/r355435/

Log:
  - Switch to USES=libtool,tar
  - Strip library

Modified:
  head/net-im/libyahoo2/Makefile
  head/net-im/libyahoo2/pkg-plist

Modified: head/net-im/libyahoo2/Makefile
==============================================================================
--- head/net-im/libyahoo2/Makefile	Mon May 26 19:38:50 2014	(r355434)
+++ head/net-im/libyahoo2/Makefile	Mon May 26 19:43:27 2014	(r355435)
@@ -3,17 +3,18 @@
 
 PORTNAME=	libyahoo2
 PORTVERSION=	1.0.1
+PORTREVISION=	1
 CATEGORIES=	net-im
 MASTER_SITES=	SF
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	A C library that handles the new Yahoo! Messenger protocol
 
-USE_AUTOTOOLS=	libtool
-USE_BZIP2=	yes
-USES=        pathfix
+USES=		tar:bzip2 libtool pathfix
 USE_GNOME=	glib20
+GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
+INSTALL_TARGET=	install-strip
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|-Wall -ansi -pedantic||g' ${WRKSRC}/configure

Modified: head/net-im/libyahoo2/pkg-plist
==============================================================================
--- head/net-im/libyahoo2/pkg-plist	Mon May 26 19:38:50 2014	(r355434)
+++ head/net-im/libyahoo2/pkg-plist	Mon May 26 19:43:27 2014	(r355435)
@@ -5,8 +5,8 @@ include/libyahoo2/yahoo_fn.h
 include/libyahoo2/yahoo_httplib.h
 include/libyahoo2/yahoo_list.h
 lib/libyahoo2.a
-lib/libyahoo2.la
 lib/libyahoo2.so
 lib/libyahoo2.so.11
+lib/libyahoo2.so.11.0.1
 libdata/pkgconfig/libyahoo2.pc
 @dirrm include/libyahoo2


More information about the svn-ports-all mailing list