ports/136478: Update port: graphics/icoutils to 0.27.0
KATO Tsuguru
tkato432 at yahoo.com
Wed Jul 8 18:10:11 UTC 2009
>Number: 136478
>Category: ports
>Synopsis: Update port: graphics/icoutils to 0.27.0
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Wed Jul 08 18:10:08 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator: KATO Tsuguru
>Release: FreeBSD 7.2-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Update to version 0.27.0
New file:
files/patch-icotool__Makefile.in
files/patch-wrestool__Makefile.in
>How-To-Repeat:
>Fix:
diff -urN /usr/ports/graphics/icoutils/Makefile graphics/icoutils/Makefile
--- /usr/ports/graphics/icoutils/Makefile 2008-06-07 00:23:19.000000000 +0900
+++ graphics/icoutils/Makefile 2009-07-07 02:09:06.000000000 +0900
@@ -6,37 +6,27 @@
#
PORTNAME= icoutils
-PORTVERSION= 0.26.0
-PORTREVISION= 3
+PORTVERSION= 0.27.0
CATEGORIES= graphics
-MASTER_SITES= ${MASTER_SITE_SAVANNAH}
-MASTER_SITE_SUBDIR= ${PORTNAME}
+MASTER_SITES= SAVANNAH
MAINTAINER= ports at FreeBSD.org
COMMENT= Convert/extract images in Microsoft Windows(R) icon/cursor files
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png
+RUN_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww
USE_GETTEXT= yes
USE_PERL5_RUN= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib" \
- LIBS="-lintl"
+ LDFLAGS="-L${LOCALBASE}/lib"
MAN1= extresso.1 genresscript.1 icotool.1 wrestool.1
-
PLIST_FILES= \
bin/extresso \
bin/genresscript \
bin/icotool \
bin/wrestool
-post-patch:
- @${FIND} ${WRKSRC} -type f -print0 | \
- ${XARGS} -0 -x -n 10 \
- ${REINPLACE_CMD} -E \
- -e 's|stdint\.h|inttypes\.h|g' \
- -e 's|/usr/bin/perl|${PERL5}|'
-
.include <bsd.port.mk>
diff -urN /usr/ports/graphics/icoutils/distinfo graphics/icoutils/distinfo
--- /usr/ports/graphics/icoutils/distinfo 2005-11-13 10:15:57.000000000 +0900
+++ graphics/icoutils/distinfo 2009-07-04 03:50:42.000000000 +0900
@@ -1,3 +1,3 @@
-MD5 (icoutils-0.26.0.tar.gz) = 5494ee42a9dad562b49c6b8721f973e8
-SHA256 (icoutils-0.26.0.tar.gz) = ffb6fdd3eaf0f24c53759a4eda6090dde60a4efd3342ee6c3a2a0305507b5871
-SIZE (icoutils-0.26.0.tar.gz) = 603257
+MD5 (icoutils-0.27.0.tar.gz) = e0ec22c83290317a04110a3d05d1c7ac
+SHA256 (icoutils-0.27.0.tar.gz) = 848456fdfddfdefde30946ff60658b3af544623dcde2118c75aa583a0bdf46a9
+SIZE (icoutils-0.27.0.tar.gz) = 489729
diff -urN /usr/ports/graphics/icoutils/files/patch-icotool__Makefile.in graphics/icoutils/files/patch-icotool__Makefile.in
--- /usr/ports/graphics/icoutils/files/patch-icotool__Makefile.in 1970-01-01 09:00:00.000000000 +0900
+++ graphics/icoutils/files/patch-icotool__Makefile.in 2009-07-07 01:33:04.000000000 +0900
@@ -0,0 +1,15 @@
+--- icotool/Makefile.in.orig 2009-06-30 03:14:01.000000000 +0900
++++ icotool/Makefile.in 2009-07-07 01:32:50.000000000 +0900
+@@ -559,9 +559,10 @@
+ win32.h
+
+ icotool_LDADD = \
+- @PNG_LIBS@ \
+ ../common/libcommon.a \
+- ../lib/libgnu.a
++ ../lib/libgnu.a \
++ @PNG_LIBS@ \
++ @LIBINTL@
+
+ man_MANS = \
+ icotool.1
diff -urN /usr/ports/graphics/icoutils/files/patch-wrestool__Makefile.in graphics/icoutils/files/patch-wrestool__Makefile.in
--- /usr/ports/graphics/icoutils/files/patch-wrestool__Makefile.in 1970-01-01 09:00:00.000000000 +0900
+++ graphics/icoutils/files/patch-wrestool__Makefile.in 2009-07-07 01:33:40.000000000 +0900
@@ -0,0 +1,12 @@
+--- wrestool/Makefile.in.orig 2009-06-30 03:14:01.000000000 +0900
++++ wrestool/Makefile.in 2009-07-07 01:33:24.000000000 +0900
+@@ -558,7 +558,8 @@
+
+ wrestool_LDADD = \
+ ../common/libcommon.a \
+- ../lib/libgnu.a
++ ../lib/libgnu.a \
++ @LIBINTL@
+
+ man_MANS = \
+ wrestool.1
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list