Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jul 2014 12:00:04 +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: r361439 - head/net/net6
Message-ID:  <201407101200.s6AC04Qn043540@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Thu Jul 10 12:00:04 2014
New Revision: 361439
URL: http://svnweb.freebsd.org/changeset/ports/361439
QAT: https://qat.redports.org/buildarchive/r361439/

Log:
  - Convert to USES=libtool
  - Add INSTALL_TARGET=install-strip

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

Modified: head/net/net6/Makefile
==============================================================================
--- head/net/net6/Makefile	Thu Jul 10 11:59:10 2014	(r361438)
+++ head/net/net6/Makefile	Thu Jul 10 12:00:04 2014	(r361439)
@@ -3,7 +3,7 @@
 
 PORTNAME=	net6
 PORTVERSION=	1.3.14
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net devel
 MASTER_SITES=	http://releases.0x539.de/net6/
 
@@ -15,8 +15,9 @@ LICENSE=	GPLv2
 LIB_DEPENDS=	libsigc-2.0.so:${PORTSDIR}/devel/libsigc++20 \
 		libgnutls.so:${PORTSDIR}/security/gnutls
 
-USES=		pathfix pkgconfig
-USE_AUTOTOOLS=	libtool
+GNU_CONFIGURE=	yes
+INSTALL_TARGET=	install-strip
+USES=		libtool pathfix pkgconfig
 USE_LDCONFIG=	yes
 
 OPTIONS_DEFINE=	NLS

Modified: head/net/net6/pkg-plist
==============================================================================
--- head/net/net6/pkg-plist	Thu Jul 10 11:59:10 2014	(r361438)
+++ head/net/net6/pkg-plist	Thu Jul 10 12:00:04 2014	(r361439)
@@ -19,10 +19,9 @@ include/net6/serialise.hpp
 include/net6/server.hpp
 include/net6/socket.hpp
 include/net6/user.hpp
-lib/libnet6-1.3.so
 lib/libnet6-1.3.so.0
+lib/libnet6-1.3.so.0.0.0
 lib/libnet6.a
-lib/libnet6.la
 lib/libnet6.so
 libdata/pkgconfig/net6-1.3.pc
 %%NLS%%share/locale/ast/LC_MESSAGES/net6.mo



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407101200.s6AC04Qn043540>