Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 May 2014 08:46:00 +0000 (UTC)
From:      Paul J Murphy <paul@inetstat.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        dinoex@FreeBSD.org
Subject:   ports/189650: [PATCH] graphics/netpbm: update to 10.35.92
Message-ID:  <20140511084600.89A60D78D1@srv00.inetstat.net>
Resent-Message-ID: <201405110850.s4B8o0nq081573@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         189650
>Category:       ports
>Synopsis:       [PATCH] graphics/netpbm: update to 10.35.92
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 11 08:50:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Paul J Murphy
>Release:        FreeBSD 10.0-RELEASE-p2 amd64
>Organization:
iNetStat.net
>Environment:
System: FreeBSD srv00.inetstat.net 10.0-RELEASE-p2 FreeBSD 10.0-RELEASE-p2 #0 r265140: Wed Apr 30 12:18:59 UTC
>Description:
- Update to 10.35.92 (released 2014-03-29)
- Add shebangfix

See http://sourceforge.net/p/netpbm/code/HEAD/tree/super_stable/doc/HISTORY for change history.

Port maintainer (dinoex@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 1.02 (mode: update, diff: SVN)
>How-To-Repeat:
>Fix:

--- netpbm-10.35.92.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 353657)
+++ Makefile	(working copy)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	netpbm
-PORTVERSION=	10.35.89
-PORTREVISION=	1
+PORTVERSION=	10.35.92
 CATEGORIES=	graphics
 MASTER_SITES=	SF/netpbm/super_stable/${PORTVERSION} \
 		${MASTER_SITE_LOCAL:S/$/:man/}
@@ -20,7 +19,7 @@
 		libjasper.so:${PORTSDIR}/graphics/jasper \
 		libxml2.so:${PORTSDIR}/textproc/libxml2
 
-USES=		gmake perl5
+USES=		gmake perl5 shebangfix
 CFLAGS+=	-DPNG_DEPSTRUCT= -Iutil
 MAKE_ENV=	LN="${LN}" RANLIB="${RANLIB}"
 MAKEFILE=	GNUmakefile
@@ -28,6 +27,10 @@
 INSTALL_TARGET=	install.bin install.lib install.data install-dev
 USE_LDCONFIG=	yes
 
+SHEBANG_FILES=	editor/pnmflip editor/pnmquant \
+		editor/ppmfade editor/ppmquant editor/ppmshadow \
+		generator/ppmrainbow
+
 OPTIONS_DEFINE=	X11 MANPAGES
 OPTIONS_SUB=	yes
 
Index: distinfo
===================================================================
--- distinfo	(revision 353657)
+++ distinfo	(working copy)
@@ -1,4 +1,4 @@
-SHA256 (netpbm-10.35.89.tgz) = 139800273c5c4e8241577d96808467bc500bdbe6cd9d29ca03c696c60b265fd3
-SIZE (netpbm-10.35.89.tgz) = 2551127
+SHA256 (netpbm-10.35.92.tgz) = 077aa99a63a626be498d098f6144f962e2f6562138ea7da71cbc1667a4124742
+SIZE (netpbm-10.35.92.tgz) = 2557334
 SHA256 (netpbm-manpages-2013-03-09.tgz) = 430a9c5becbc55e2fed832fa40d9fb050ac6ad426cbf39dc73af5d6be37f8cd6
 SIZE (netpbm-manpages-2013-03-09.tgz) = 1464320
--- netpbm-10.35.92.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140511084600.89A60D78D1>