Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Apr 2014 13:59:06 +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: r352128 - head/devel/rudiments
Message-ID:  <201404251359.s3PDx6mI057925@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Fri Apr 25 13:59:05 2014
New Revision: 352128
URL: http://svnweb.freebsd.org/changeset/ports/352128
QAT: https://qat.redports.org/buildarchive/r352128/

Log:
  Remove USE_AUTOTOOLS=libtool.

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

Modified: head/devel/rudiments/Makefile
==============================================================================
--- head/devel/rudiments/Makefile	Fri Apr 25 13:46:13 2014	(r352127)
+++ head/devel/rudiments/Makefile	Fri Apr 25 13:59:05 2014	(r352128)
@@ -3,7 +3,7 @@
 
 PORTNAME=	rudiments
 PORTVERSION=	0.46
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	SF
 
@@ -12,9 +12,9 @@ COMMENT=	C++ class library for daemons, 
 
 LICENSE=	LGPL20
 
+GNU_CONFIGURE=	yes
 USES=		libtool:keepla pkgconfig shebangfix
 SHEBANG_FILES=	doc/programming/insert.pl
-USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes
 
 PLIST_SUB=	VERSION="${PORTVERSION}"

Modified: head/devel/rudiments/pkg-plist
==============================================================================
--- head/devel/rudiments/pkg-plist	Fri Apr 25 13:46:13 2014	(r352127)
+++ head/devel/rudiments/pkg-plist	Fri Apr 25 13:59:05 2014	(r352128)
@@ -201,8 +201,8 @@ include/rudiments/variablebuffer.h
 include/rudiments/xmldom.h
 include/rudiments/xmldomnode.h
 include/rudiments/xmlsax.h
-lib/librudiments-%%VERSION%%.so
 lib/librudiments-%%VERSION%%.so.1
+lib/librudiments-%%VERSION%%.so.1.0.0
 lib/librudiments.a
 lib/librudiments.la
 lib/librudiments.so



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