svn commit: r356245 - head/net/serveez

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Jun 2 18:46:57 UTC 2014


Author: amdmi3
Date: Mon Jun  2 18:46:56 2014
New Revision: 356245
URL: http://svnweb.freebsd.org/changeset/ports/356245
QAT: https://qat.redports.org/buildarchive/r356245/

Log:
  - Switch to USES=libtool, drop .la file
  - Convert USE_XZ to USES
  - Strip library

Modified:
  head/net/serveez/Makefile
  head/net/serveez/pkg-plist

Modified: head/net/serveez/Makefile
==============================================================================
--- head/net/serveez/Makefile	Mon Jun  2 18:46:48 2014	(r356244)
+++ head/net/serveez/Makefile	Mon Jun  2 18:46:56 2014	(r356245)
@@ -3,6 +3,7 @@
 
 PORTNAME=	serveez
 PORTVERSION=	0.2.2
+PORTREVISION=	1
 CATEGORIES=	net devel
 MASTER_SITES=	GNU
 
@@ -13,10 +14,11 @@ LICENSE=	GPLv3 # (or later)
 
 LIB_DEPENDS=	libguile.so:${PORTSDIR}/lang/guile
 
-USE_XZ=		yes
-USE_AUTOTOOLS=	libtool
+USES=		tar:xz libtool
+GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-libserveez-install
 USE_LDCONFIG=	yes
+INSTALL_TARGET=	install-strip
 
 INFO=		serveez
 

Modified: head/net/serveez/pkg-plist
==============================================================================
--- head/net/serveez/pkg-plist	Mon Jun  2 18:46:48 2014	(r356244)
+++ head/net/serveez/pkg-plist	Mon Jun  2 18:46:56 2014	(r356245)
@@ -2,9 +2,9 @@ bin/serveez
 bin/serveez-config
 include/libserveez.h
 lib/libserveez.a
-lib/libserveez.la
 lib/libserveez.so
-lib/libserveez.so.2
+lib/libserveez.so.1
+lib/libserveez.so.1.1.0
 man/man1/serveez.1.gz
 man/man1/serveez-config.1.gz
 share/aclocal/serveez.m4


More information about the svn-ports-head mailing list