Date: Thu, 18 Sep 2014 16:41:33 +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: r368500 - head/print/libijs Message-ID: <201409181641.s8IGfXw5037702@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Sep 18 16:41:33 2014 New Revision: 368500 URL: http://svnweb.freebsd.org/changeset/ports/368500 QAT: https://qat.redports.org/buildarchive/r368500/ Log: - Drop .la files, no dependees require them Approved by: portmgr blanket Modified: head/print/libijs/Makefile head/print/libijs/pkg-plist Modified: head/print/libijs/Makefile ============================================================================== --- head/print/libijs/Makefile Thu Sep 18 16:40:22 2014 (r368499) +++ head/print/libijs/Makefile Thu Sep 18 16:41:33 2014 (r368500) @@ -2,7 +2,7 @@ PORTNAME= libijs PORTVERSION= 0.35 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= print MASTER_SITES= http://www.openprinting.org/download/ijs/download/ DISTNAME= ijs-${PORTVERSION} @@ -11,7 +11,7 @@ DIST_SUBDIR= ghostscript MAINTAINER= ports@FreeBSD.org COMMENT= C library that supports plugin printer driver for Ghostscript -USES= gmake libtool:keepla pkgconfig tar:bzip2 +USES= gmake libtool pkgconfig tar:bzip2 USE_LDCONFIG= yes GNU_CONFIGURE= yes Modified: head/print/libijs/pkg-plist ============================================================================== --- head/print/libijs/pkg-plist Thu Sep 18 16:40:22 2014 (r368499) +++ head/print/libijs/pkg-plist Thu Sep 18 16:41:33 2014 (r368500) @@ -5,7 +5,6 @@ include/ijs/ijs.h include/ijs/ijs_client.h include/ijs/ijs_server.h lib/libijs.a -lib/libijs.la lib/libijs.so lib/libijs.so.1 lib/libijs.so.1.0.1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409181641.s8IGfXw5037702>