svn commit: r352032 - head/graphics/jasper

Tijl Coosemans tijl at FreeBSD.org
Thu Apr 24 17:35:45 UTC 2014


Author: tijl
Date: Thu Apr 24 17:35:44 2014
New Revision: 352032
URL: http://svnweb.freebsd.org/changeset/ports/352032
QAT: https://qat.redports.org/buildarchive/r352032/

Log:
  Convert to USES=libtool.

Modified:
  head/graphics/jasper/Makefile
  head/graphics/jasper/pkg-plist

Modified: head/graphics/jasper/Makefile
==============================================================================
--- head/graphics/jasper/Makefile	Thu Apr 24 17:34:45 2014	(r352031)
+++ head/graphics/jasper/Makefile	Thu Apr 24 17:35:44 2014	(r352032)
@@ -3,22 +3,20 @@
 
 PORTNAME=	jasper
 PORTVERSION=	1.900.1
-PORTREVISION=	13
+PORTREVISION=	14
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.ece.uvic.ca/~mdadams/jasper/software/ \
 		${MASTER_SITE_IMAGEMAGICK}
 MASTER_SITE_SUBDIR=	ImageMagick/delegates
 
 MAINTAINER=	dinoex at FreeBSD.org
-COMMENT=	An implementation of the codec specified in the JPEG-2000 standard
+COMMENT=	Implementation of the codec specified in the JPEG-2000 standard
 
 LIB_DEPENDS=	libjpeg.so:${PORTSDIR}/graphics/jpeg
 
 LICENSE=	MIT
 
-USE_AUTOTOOLS=	libtool
-USES=		zip
-USE_GNOME=	lthack
+USES=		libtool:keepla zip
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib

Modified: head/graphics/jasper/pkg-plist
==============================================================================
--- head/graphics/jasper/pkg-plist	Thu Apr 24 17:34:45 2014	(r352031)
+++ head/graphics/jasper/pkg-plist	Thu Apr 24 17:35:44 2014	(r352032)
@@ -26,6 +26,7 @@ lib/libjasper.a
 lib/libjasper.la
 lib/libjasper.so
 lib/libjasper.so.4
+lib/libjasper.so.4.0.0
 man/man1/imgcmp.1.gz
 man/man1/imginfo.1.gz
 man/man1/jasper.1.gz


More information about the svn-ports-head mailing list