ports/139767: Update port: graphics/scale2x to 2.4

KATO Tsuguru tkato432 at yahoo.com
Mon Oct 19 18:10:03 UTC 2009


>Number:         139767
>Category:       ports
>Synopsis:       Update port: graphics/scale2x to 2.4
>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:   Mon Oct 19 18:10:02 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.2-RELEASE-p4 i386
>Organization:
>Environment:
>Description:
- Update to version 2.4

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/graphics/scale2x/Makefile graphics/scale2x/Makefile
--- /usr/ports/graphics/scale2x/Makefile	2009-08-29 14:13:53.000000000 +0900
+++ graphics/scale2x/Makefile	2009-10-13 03:06:38.000000000 +0900
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	scale2x
-PORTVERSION=	2.2
+PORTVERSION=	2.4
 CATEGORIES=	graphics
 MASTER_SITES=	SF
 
@@ -16,14 +16,12 @@
 LIB_DEPENDS=	png.5:${PORTSDIR}/graphics/png
 
 GNU_CONFIGURE=	yes
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
-CONFIGURE_ENV+=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
+CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
 
-PLIST_FILES=	bin/scalex bin/scalerx
 MAN1=		scalex.1 scalerx.1
+PLIST_FILES=	bin/scalex bin/scalerx
 
-post-patch:
-	@${REINPLACE_CMD} -e 's,png.h,libpng/png.h,' ${WRKSRC}/file.h
+CPPFLAGS=	`libpng12-config --I_opts`
+LDFLAGS=	`libpng12-config --L_opts`
 
 .include <bsd.port.mk>
diff -urN /usr/ports/graphics/scale2x/distinfo graphics/scale2x/distinfo
--- /usr/ports/graphics/scale2x/distinfo	2006-12-04 08:21:58.000000000 +0900
+++ graphics/scale2x/distinfo	2009-10-13 03:01:35.000000000 +0900
@@ -1,3 +1,3 @@
-MD5 (scale2x-2.2.tar.gz) = b0a44a2d513d419354b0cf9542e62775
-SHA256 (scale2x-2.2.tar.gz) = 5784683c8d4c41741bb122b82704c08f9e1fd4fe1e0410f04917a27b27b1ed59
-SIZE (scale2x-2.2.tar.gz) = 156834
+MD5 (scale2x-2.4.tar.gz) = b89ccfa6df5f059355951dbf69fc163c
+SHA256 (scale2x-2.4.tar.gz) = 83599b1627988c941ee9c7965b6f26a9fd2608cd1e0073f7262a858d0f4f7078
+SIZE (scale2x-2.4.tar.gz) = 223640
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list