svn commit: r341344 - head/devel/libwfut

Baptiste Daroussin bapt at FreeBSD.org
Mon Jan 27 08:54:53 UTC 2014


Author: bapt
Date: Mon Jan 27 08:54:52 2014
New Revision: 341344
URL: http://svnweb.freebsd.org/changeset/ports/341344
QAT: https://qat.redports.org/buildarchive/r341344/

Log:
  Support stage
  Use modern LIB_DEPENDS

Modified:
  head/devel/libwfut/Makefile
  head/devel/libwfut/pkg-plist

Modified: head/devel/libwfut/Makefile
==============================================================================
--- head/devel/libwfut/Makefile	Mon Jan 27 08:52:10 2014	(r341343)
+++ head/devel/libwfut/Makefile	Mon Jan 27 08:54:52 2014	(r341344)
@@ -10,16 +10,14 @@ MASTER_SITES=	SF/worldforge/libwfut%20%2
 MAINTAINER=	oliver at FreeBSD.org
 COMMENT=	WorldForge update library
 
-LIB_DEPENDS=	sigc-2.0:${PORTSDIR}/devel/libsigc++20 \
-		curl:${PORTSDIR}/ftp/curl
+LIB_DEPENDS=	libsigc-2.0.so:${PORTSDIR}/devel/libsigc++20 \
+		libcurl.so:${PORTSDIR}/ftp/curl
 
 CONFIGURE_ARGS+=--without-python
 GNU_CONFIGURE=	yes
 USES=	pathfix pkgconfig
 USE_LDCONFIG=	yes
-MAN1=		wfut.1
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's/ python//g' ${WRKSRC}/Makefile.in
 

Modified: head/devel/libwfut/pkg-plist
==============================================================================
--- head/devel/libwfut/pkg-plist	Mon Jan 27 08:52:10 2014	(r341343)
+++ head/devel/libwfut/pkg-plist	Mon Jan 27 08:54:52 2014	(r341344)
@@ -14,5 +14,6 @@ lib/libwfut-0.2.la
 lib/libwfut-0.2.so
 lib/libwfut-0.2.so.2
 libdata/pkgconfig/libwfut-0.2.pc
+man/man1/wfut.1.gz
 @dirrm include/libwfut-0.2/libwfut
 @dirrm include/libwfut-0.2


More information about the svn-ports-all mailing list