Date: Thu, 24 Apr 2014 17:35:45 +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: r352032 - head/graphics/jasper Message-ID: <201404241735.s3OHZjcr049364@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404241735.s3OHZjcr049364>