Index: head/graphics/imageworsener/Makefile =================================================================== --- head/graphics/imageworsener/Makefile (revision 400908) +++ head/graphics/imageworsener/Makefile (revision 400909) @@ -1,34 +1,33 @@ # Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ PORTNAME= imageworsener -PORTVERSION= 1.2.0 -PORTREVISION= 3 +PORTVERSION= 1.3.0 CATEGORIES= graphics MASTER_SITES= http://entropymine.com/imageworsener/ \ LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org COMMENT= CLI utility and library for image scaling and processing LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING.txt OPTIONS_DEFINE= JPEG PNG WEBP OPTIONS_DEFAULT=JPEG PNG WEBP CONFIGURE_ARGS= --with-zlib-include-dir=${INCLUDEDIR} \ --with-zlib-lib-dir=${LIBDIR} GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes USES= libtool JPEG_CONFIGURE_WITH= jpeg JPEG_USES= jpeg PNG_CONFIGURE_WITH= png PNG_LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png WEBP_CONFIGURE_WITH= webp WEBP_LIB_DEPENDS= libwebp.so:${PORTSDIR}/graphics/webp .include Index: head/graphics/imageworsener/distinfo =================================================================== --- head/graphics/imageworsener/distinfo (revision 400908) +++ head/graphics/imageworsener/distinfo (revision 400909) @@ -1,2 +1,2 @@ -SHA256 (imageworsener-1.2.0.tar.gz) = 97fdb1aafac7bc2339b2ce813071f0900de0b093b96ab1a99a43f9647afdfe35 -SIZE (imageworsener-1.2.0.tar.gz) = 635509 +SHA256 (imageworsener-1.3.0.tar.gz) = 2d4e40463658a577056ee17f204aac2a626b291f187f5f6e42b0c4140408d125 +SIZE (imageworsener-1.3.0.tar.gz) = 660594 Index: head/graphics/imageworsener/pkg-descr =================================================================== --- head/graphics/imageworsener/pkg-descr (revision 400908) +++ head/graphics/imageworsener/pkg-descr (revision 400909) @@ -1,7 +1,8 @@ ImageWorsener is a cross-platform command-line utility and library for image scaling and other image processing. It has full support for PNG, JPEG, BMP formats, experimental support for WebP, read-only support for GIF, and limited support for some other image formats. It's not as fast or memory-efficient as some utilities, but it's very accurate. WWW: http://entropymine.com/imageworsener/ +WWW: https://github.com/jsummers/imageworsener Index: head/graphics/imageworsener/pkg-plist =================================================================== --- head/graphics/imageworsener/pkg-plist (revision 400908) +++ head/graphics/imageworsener/pkg-plist (revision 400909) @@ -1,6 +1,5 @@ bin/imagew include/imagew.h +lib/libimageworsener-1.2.0.so lib/libimageworsener.a lib/libimageworsener.so -lib/libimageworsener.so.1 -lib/libimageworsener.so.1.1.0