Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Aug 2014 18:44:41 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r364734 - head/www/flickcurl
Message-ID:  <53ea6099.6bd3.2c1c54d0@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Aug 12 18:44:40 2014
New Revision: 364734
URL: http://svnweb.freebsd.org/changeset/ports/364734
QAT: https://qat.redports.org/buildarchive/r364734/

Log:
  - Drop .la files, no dependees require them
  
  Approved by:	portmgr blanket

Modified:
  head/www/flickcurl/Makefile
  head/www/flickcurl/pkg-plist

Modified: head/www/flickcurl/Makefile
==============================================================================
--- head/www/flickcurl/Makefile	Tue Aug 12 18:43:26 2014	(r364733)
+++ head/www/flickcurl/Makefile	Tue Aug 12 18:44:40 2014	(r364734)
@@ -3,7 +3,7 @@
 
 PORTNAME=	flickcurl
 PORTVERSION=	1.25
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	www
 MASTER_SITES=	http://download.dajobe.org/flickcurl/
 
@@ -23,7 +23,7 @@ RAPTOR_DESC=	Use Raptor to serialize to 
 OFFLINE_DESC=	Offline use of captured XML web service responses
 CAPTURE_DESC=	Capturing web service responses
 
-USES=		libtool:keepla pathfix pkgconfig
+USES=		libtool pathfix pkgconfig
 USE_GNOME=	libxml2
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-html-dir=${PREFIX}/share/doc

Modified: head/www/flickcurl/pkg-plist
==============================================================================
--- head/www/flickcurl/pkg-plist	Tue Aug 12 18:43:26 2014	(r364733)
+++ head/www/flickcurl/pkg-plist	Tue Aug 12 18:44:40 2014	(r364734)
@@ -3,7 +3,6 @@ bin/flickcurl-config
 bin/flickrdf
 include/flickcurl.h
 lib/libflickcurl.a
-lib/libflickcurl.la
 lib/libflickcurl.so
 lib/libflickcurl.so.0
 lib/libflickcurl.so.0.0.0



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53ea6099.6bd3.2c1c54d0>