Bug 85622 - Maintainer Update: games/quit to 1.2a with right diff
Summary: Maintainer Update: games/quit to 1.2a with right diff
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Renato Botelho
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-02 09:10 UTC by umeno
Modified: 2005-09-02 13:38 UTC (History)
0 users

See Also:


Attachments
file.diff (716 bytes, patch)
2005-09-02 09:10 UTC, umeno
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description umeno 2005-09-02 09:10:16 UTC
Maintainer Update: games/quit to 1.2a with right diff.
This send-pr will supersede PR: ports/85620
ports/85620 includes wrong diff.

How-To-Repeat: N/A
Comment 1 Renato Botelho freebsd_committer freebsd_triage 2005-09-02 11:31:56 UTC
Responsible Changed
From-To: freebsd-ports-bugs->garga

Take
Comment 2 Renato Botelho freebsd_committer freebsd_triage 2005-09-02 11:46:49 UTC
Dear maintainer, I propose you the following patch:

--- quit.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/games/quit/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	17 Mar 2005 02:25:27 -0000	1.3
+++ Makefile	2 Sep 2005 10:44:12 -0000
@@ -6,10 +6,9 @@
 #
 
 PORTNAME=	quit
-PORTVERSION=	1.02
+PORTVERSION=	1.2a
 CATEGORIES?=	games
 MASTER_SITES=	http://megaui.net/fukuchi/archive/shortshort/
-DISTNAME=	${PORTNAME}
 
 MAINTAINER?=	umeno@rr.iij4u.or.jp
 COMMENT=	A bicycle with trailers like "sl"
@@ -17,14 +16,16 @@
 MAN1=		quit.1
 MANLANG=	ja
 
+PLIST_FILES=	bin/quit
+PORTDOCS=	README quit.txt
+
 do-build:
 	${CC} ${CFLAGS} ${CPPFLAGS} -o ${WRKSRC}/quit ${WRKSRC}/quit.c -lncurses
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/quit ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/quit.1 ${PREFIX}/man/ja/man1
-	${MKDIR} ${PREFIX}/share/doc/quit
-	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/quit
-	${INSTALL_DATA} ${WRKSRC}/quit.txt ${PREFIX}/share/doc/quit
+	${INSTALL_MAN} ${WRKSRC}/quit.1 ${MAN1PREFIX}/man/ja/man1
+	${MKDIR} ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/quit.txt ${DOCSDIR}
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/games/quit/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	31 Mar 2004 03:08:02 -0000	1.2
+++ distinfo	2 Sep 2005 10:44:12 -0000
@@ -1,2 +1,2 @@
-MD5 (quit.tar.gz) = 9ca62e813eef6f5c95f7bbfe05f3fdac
-SIZE (quit.tar.gz) = 3340
+MD5 (quit-1.2a.tar.gz) = bebca3518b1339179a381ffe6fdcc135
+SIZE (quit-1.2a.tar.gz) = 3513
Index: pkg-plist
===================================================================
RCS file: pkg-plist
diff -N pkg-plist
--- pkg-plist	25 Aug 2003 09:03:18 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,4 +0,0 @@
-bin/quit
-share/doc/quit/README
-share/doc/quit/quit.txt
-@dirrm share/doc/quit
--- quit.diff ends here ---

It removes unecessary pkg-plist files and use PORTDOCS and PLIST_FILES
vars and use DOCSDIR macro.

Do you approve it?
-- 
Renato Botelho <garga @ FreeBSD.org>
               <freebsd @ galle.com.br>
GnuPG Key: http://www.FreeBSD.org/~garga/pubkey.asc

	WARNING TO ALL PERSONNEL:

Firings will continue until morale improves.
Comment 3 Renato Botelho freebsd_committer freebsd_triage 2005-09-02 11:46:54 UTC
State Changed
From-To: open->feedback

Ask for maintainer approval.
Comment 4 Renato Botelho freebsd_committer freebsd_triage 2005-09-02 13:38:26 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!