[Midnightbsd-cvs] mports [16246] trunk/devel/libsigc++20/Makefile: use tar xz

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Apr 12 22:35:51 EDT 2014


Revision: 16246
          http://svnweb.midnightbsd.org/mports/?rev=16246
Author:   laffer1
Date:     2014-04-12 22:35:50 -0400 (Sat, 12 Apr 2014)
Log Message:
-----------
use tar xz

Modified Paths:
--------------
    trunk/devel/libsigc++20/Makefile

Modified: trunk/devel/libsigc++20/Makefile
===================================================================
--- trunk/devel/libsigc++20/Makefile	2014-04-13 02:34:36 UTC (rev 16245)
+++ trunk/devel/libsigc++20/Makefile	2014-04-13 02:35:50 UTC (rev 16246)
@@ -1,28 +1,29 @@
 # $MidnightBSD$
 
 PORTNAME=	libsigc++
-PORTVERSION=	2.2.10
+PORTVERSION=	2.3.1
 CATEGORIES=	devel
 MASTER_SITES=	GNOME
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Callback Framework for C++
+
 LICENSE=	lgpl
 
 BUILD_DEPENDS=	gm4:${PORTSDIR}/devel/m4
 
 USE_AUTOTOOLS=	libtool
-USE_XZ=		yes
-USE_GMAKE=	yes
 USE_PERL5_BUILD=yes
 LATEST_LINK=	libsigc++20
 USE_LDCONFIG=	yes
-USES=	pathfix
+USES=		gmake pathfix tar:xz
 GNU_CONFIGURE=	yes
 
 PLIST_SUB=	VERSION="2.0" API_VERSION="2.0"
 
-.if defined(NOPORTDOCS)
+.include <bsd.mport.options.mk>
+
+.if ! ${PORT_OPTIONS:MDOCS}
 CONFIGURE_ARGS+=--enable-documentation=no
 .endif
 



More information about the Midnightbsd-cvs mailing list