From tkato432@yahoo.com  Wed Jun 29 18:21:50 2011
Return-Path: <tkato432@yahoo.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 7C0A510656B3
	for <FreeBSD-gnats-submit@FreeBSD.org>; Wed, 29 Jun 2011 18:20:17 +0000 (UTC)
	(envelope-from tkato432@yahoo.com)
Received: from msa104lp.auone-net.jp (msa104lp.auone-net.jp [222.3.140.167])
	by mx1.freebsd.org (Postfix) with ESMTP id 2CA968FC1F
	for <FreeBSD-gnats-submit@FreeBSD.org>; Wed, 29 Jun 2011 18:20:16 +0000 (UTC)
Received: from msa104lp.auone-net.jp (MSA104lp [172.27.12.182])
	by msa104lp.auone-net.jp (au one net msa) with ESMTP id 3948658C2E6
	for <FreeBSD-gnats-submit@FreeBSD.org>; Thu, 30 Jun 2011 03:08:03 +0900 (JST)
Received: from localhost.localdomain (ZT030106.ppp.dion.ne.jp [59.128.30.106])
	by msa104lp.auone-net.jp (au one net msa) with ESMTP id B46522BC03B
	for <FreeBSD-gnats-submit@FreeBSD.org>; Thu, 30 Jun 2011 03:08:00 +0900 (JST)
Message-Id: <20110630030659.ba22a5c6.tkato432@yahoo.com>
Date: Thu, 30 Jun 2011 03:06:59 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: Update port: graphics/peps

>Number:         158481
>Category:       ports
>Synopsis:       Update port: graphics/peps
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 29 18:30:16 UTC 2011
>Closed-Date:    Sat Jul 02 07:55:13 UTC 2011
>Last-Modified:  Sat Jul  2 08:00:35 UTC 2011
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Fix MASTER_SITES
- Support NOPORTDOCS

Remove file:
files/patch-Makefile

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/graphics/peps/Makefile graphics/peps/Makefile
--- /usr/ports/graphics/peps/Makefile	2011-06-17 20:18:53.000000000 +0900
+++ graphics/peps/Makefile	2011-06-17 21:00:53.000000000 +0900
@@ -9,24 +9,37 @@
 PORTVERSION=	2.0
 PORTREVISION=	4
 CATEGORIES=	graphics
-MASTER_SITES=	ftp://ftp.peps.redprince.net/unix/peps/
+MASTER_SITES=	http://peps.redprince.net/peps/ \
+		ftp://ftp.peps.redprince.net/unix/peps/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Converts EPS images to anti-aliased bitmaps
 
+USE_GHOSTSCRIPT_RUN=	yes
+MAKE_ENV=	GSPATH="${LOCALBASE}/bin/gs" GZPATH="/usr/bin/gzip" \
+		ETC="${PREFIX}/etc"
+
 MAN1=		peps.1
+PORTDOCS=	peps.pdf
 PLIST_FILES=	bin/peps \
-		etc/peps.mime \
-		share/doc/${DISTNAME}/peps.pdf
-PLIST_DIRS=	share/doc/${DISTNAME}
+		etc/peps.mime
 
-USE_GHOSTSCRIPT_RUN=	yes
-MAKE_ENV=	DOCDIR=${PREFIX}/share/doc MAN1DIR=${MANPREFIX}/man/man1 \
-		ETC=${PREFIX}/etc XBINDIR=${PREFIX}/bin
+.if defined(WITHOUT_X11)
+ALL_TARGET=	peps
+.else
+PLIST_FILES+=	bin/xpeps
+.endif
 
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/peps ${PREFIX}/bin
 .if !defined(WITHOUT_X11)
-PLIST_FILES+=	bin/xpeps
-INSTALL_TARGET=	install xinstall
+	${INSTALL_PROGRAM} ${WRKSRC}/xpeps ${PREFIX}/bin
+.endif
+	${INSTALL_MAN} ${WRKSRC}/peps.1 ${MANPREFIX}/man/man1
+	${INSTALL_DATA} ${WRKSRC}/peps.mime ${PREFIX}/etc
+.if !defined(NOPORTDOCS)
+	@${MKDIR} ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/peps.pdf ${DOCSDIR}
 .endif
 
 .include <bsd.port.mk>
diff -urN /usr/ports/graphics/peps/files/patch-Makefile graphics/peps/files/patch-Makefile
--- /usr/ports/graphics/peps/files/patch-Makefile	2007-09-29 16:43:55.000000000 +0900
+++ graphics/peps/files/patch-Makefile	1970-01-01 09:00:00.000000000 +0900
@@ -1,11 +0,0 @@
---- Makefile.orig	Sat Sep 29 09:36:03 2007
-+++ Makefile	Sat Sep 29 09:36:51 2007
-@@ -85,7 +85,7 @@
- 	install -p -m 755 peps${BINEXT} ${BINDIR}
- 	install -p -m 444 peps.1 ${MAN1DIR}
- 	install -p -m 644 peps.mime ${ETC}
--	mkdir -m 644 -p ${DOCS}
-+	mkdir -m 755 -p ${DOCS}
- 	install -p -m 444 peps.pdf ${DOCS}
- 	touch -r peps.c ${DOCS}
- 
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Jun 29 18:32:44 UTC 2011 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=158481 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sat Jul 2 07:55:12 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=158481 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/158481: commit references a PR
Date: Sat,  2 Jul 2011 07:55:30 +0000 (UTC)

 miwi        2011-07-02 07:55:02 UTC
 
   FreeBSD ports repository
 
   Modified files:
     graphics/peps        Makefile distinfo 
   Removed files:
     graphics/peps/files  patch-Makefile 
   Log:
   - Fix MASTER_SITES
   - Support NOPORTDOCS
   - Kick MD5
   
   PR:             158481
   Submitted by:   Ports Fury
   
   Revision  Changes    Path
   1.20      +22 -9     ports/graphics/peps/Makefile
   1.5       +0 -1      ports/graphics/peps/distinfo
   1.2       +0 -11     ports/graphics/peps/files/patch-Makefile (dead)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
