svn commit: r325152 - head/graphics/p5-Tk-JPEG-Lite
Mathieu Arnold
mat at FreeBSD.org
Wed Aug 21 15:04:17 UTC 2013
Author: mat
Date: Wed Aug 21 15:04:15 2013
New Revision: 325152
URL: http://svnweb.freebsd.org/changeset/ports/325152
Log:
Update to 2.015
Modified:
head/graphics/p5-Tk-JPEG-Lite/Makefile
head/graphics/p5-Tk-JPEG-Lite/distinfo (contents, props changed)
head/graphics/p5-Tk-JPEG-Lite/pkg-descr (contents, props changed)
Modified: head/graphics/p5-Tk-JPEG-Lite/Makefile
==============================================================================
--- head/graphics/p5-Tk-JPEG-Lite/Makefile Wed Aug 21 14:59:07 2013 (r325151)
+++ head/graphics/p5-Tk-JPEG-Lite/Makefile Wed Aug 21 15:04:15 2013 (r325152)
@@ -2,17 +2,17 @@
# $FreeBSD$
PORTNAME= Tk-JPEG-Lite
-PORTVERSION= 2.01403
-PORTREVISION= 5
+PORTVERSION= 2.01500
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
+DISTNAME= ${PORTNAME}-${PORTVERSION:S/00$//}
MAINTAINER= perl at FreeBSD.org
COMMENT= Very simplistic image viewer that loads JPEG images
BUILD_DEPENDS= p5-Tk>=0:${PORTSDIR}/x11-toolkits/p5-Tk
-LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg
+LIB_DEPENDS= libjpeg.so.11:${PORTSDIR}/graphics/jpeg
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
@@ -23,8 +23,6 @@ MAN3= Tk::JPEG::Lite.3
post-patch:
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \
- -e 's|tkjpeg|tkjpeg-lite|g' \
- ${WRKSRC}/Makefile.PL ${WRKSRC}/MANIFEST
- @${MV} ${WRKSRC}/tkjpeg ${WRKSRC}/tkjpeg-lite
+ ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>
Modified: head/graphics/p5-Tk-JPEG-Lite/distinfo
==============================================================================
--- head/graphics/p5-Tk-JPEG-Lite/distinfo Wed Aug 21 14:59:07 2013 (r325151)
+++ head/graphics/p5-Tk-JPEG-Lite/distinfo Wed Aug 21 15:04:15 2013 (r325152)
@@ -1,2 +1,2 @@
-SHA256 (Tk-JPEG-Lite-2.01403.tar.gz) = efec0b2135acde51a73990ba04b2222d18f55abc6699b65dae18bba231702271
-SIZE (Tk-JPEG-Lite-2.01403.tar.gz) = 19328
+SHA256 (Tk-JPEG-Lite-2.015.tar.gz) = a60cb81b45f6af69a838516a29619ed3f353a23a5bf7de0931140cc33817274d
+SIZE (Tk-JPEG-Lite-2.015.tar.gz) = 21406
Modified: head/graphics/p5-Tk-JPEG-Lite/pkg-descr
==============================================================================
--- head/graphics/p5-Tk-JPEG-Lite/pkg-descr Wed Aug 21 14:59:07 2013 (r325151)
+++ head/graphics/p5-Tk-JPEG-Lite/pkg-descr Wed Aug 21 15:04:15 2013 (r325152)
@@ -1,3 +1,3 @@
Very simplistic image viewer that loads JPEG images
-WWW: http://search.cpan.org/dist/Tk-JPEG-Lite/
+WWW: http://search.cpan.org/dist/Tk-JPEG-Lite/
More information about the svn-ports-all
mailing list