ports/160137: Update port: print/ghostview

KATO Tsuguru tkato432 at yahoo.com
Wed Aug 24 18:50:35 UTC 2011


>Number:         160137
>Category:       ports
>Synopsis:       Update port: print/ghostview
>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 Aug 24 18:50:34 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Fix MASTER_SITES
- Add LICENSE
- Add MAKE_JOBS_SAFE

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/print/ghostview/Makefile print/ghostview/Makefile
--- /usr/ports/print/ghostview/Makefile	2009-01-24 03:23:28.000000000 +0900
+++ print/ghostview/Makefile	2011-08-25 00:47:22.000000000 +0900
@@ -9,16 +9,23 @@
 PORTVERSION=	1.5
 PORTREVISION=	2
 CATEGORIES=	print
-MASTER_SITES=	${MASTER_SITE_GNU}
-MASTER_SITE_SUBDIR=	ghostview
+MASTER_SITES=	http://ftp.gnu.org/old-gnu/ghostview/ \
+		ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/gnu/ghostview/
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	An X11 front-end for ghostscript, the GNU postscript previewer
 
+LICENSE=	GPLv2 # (or later)
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 USE_IMAKE=	yes
 USE_XORG=	xbitmaps xaw
+MAKE_JOBS_SAFE=	yes
+
 MAN1=		ghostview.1
 
+CFLAGS+=	-DUSG
+
 post-install:
 	@${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
 
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list