Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jan 2014 08:54:53 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r341344 - head/devel/libwfut
Message-ID:  <201401270854.s0R8srO8011488@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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