ports/56526: Update port: games/gnomermind to 1.0.1

KATO Tsuguru tkato at prontomail.com
Sat Sep 6 15:00:56 UTC 2003


>Number:         56526
>Category:       ports
>Synopsis:       Update port: games/gnomermind to 1.0.1
>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:   Sat Sep 06 08:00:36 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.8-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- Update to version 1.0.1

Remove file:
files/patch-Makefile.in

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/games/gnomermind/Makefile games/gnomermind/Makefile
--- /usr/ports/games/gnomermind/Makefile	Tue Jul 29 21:32:06 2003
+++ games/gnomermind/Makefile	Sat Sep  6 10:53:50 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	gnomermind
-PORTVERSION=	1.0
+PORTVERSION=	1.0.1
 CATEGORIES=	games gnome
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -16,14 +16,21 @@
 
 USE_BZIP2=	yes
 USE_X_PREFIX=	yes
-USE_GNOME=	gnomeprefix gnomehack gnomelibs gdkpixbuf
+USE_GNOME=	gdkpixbuf gnomehack gnomelibs gnomeprefix
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
-		LIBS="-L${LOCALBASE}/lib"
+		LDFLAGS="-L${LOCALBASE}/lib"
 MAKE_ENV=	OLD_PO_FILE_INPUT=1
 
 post-patch:
-	@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
-		 s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
+	@${REINPLACE_CMD} -e 's|^Info|#Info|g' ${WRKSRC}/Makefile.in
+
+post-install:
+.if !defined(NOPORTDOCS)
+	@${MKDIR} ${DOCSDIR}
+.for file in AUTHORS ChangeLog HACKING NEWS README TODO
+	${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
+.endfor
+.endif
 
 .include <bsd.port.mk>
diff -urN /usr/ports/games/gnomermind/distinfo games/gnomermind/distinfo
--- /usr/ports/games/gnomermind/distinfo	Mon May 28 17:46:47 2001
+++ games/gnomermind/distinfo	Sat Sep  6 10:45:50 2003
@@ -1 +1 @@
-MD5 (gnomermind-1.0.tar.bz2) = 1790cc6ffebd8ee2d4bd4d402d65a54f
+MD5 (gnomermind-1.0.1.tar.bz2) = 474efe5186b41679c57a1034c93d2ae3
diff -urN /usr/ports/games/gnomermind/files/patch-Makefile.in games/gnomermind/files/patch-Makefile.in
--- /usr/ports/games/gnomermind/files/patch-Makefile.in	Wed Apr 11 21:56:17 2001
+++ games/gnomermind/files/patch-Makefile.in	Thu Jan  1 09:00:00 1970
@@ -1,14 +0,0 @@
-
-$FreeBSD: ports/games/gnomermind/files/patch-Makefile.in,v 1.1 2001/04/11 12:56:17 sobomax Exp $
-
---- Makefile.in	2001/04/11 12:39:24	1.1
-+++ Makefile.in	2001/04/11 12:39:59
-@@ -116,7 +116,7 @@
- EXTRA_DIST =          gnomermind.desktop.in 	gnomermind.spec.in         TODO         README         AUTHORS         NEWS         ChangeLog         COPYING 	HACKING 	xml-i18n-extract.in 	xml-i18n-merge.in 	xml-i18n-update.in
- 
- 
--Infosdir = $(datadir)/doc/gnomermind
-+Infosdir = $(datadir)/gnomermind/doc
- Infos_DATA = TODO         README         AUTHORS         NEWS         ChangeLog         COPYING 	HACKING
- 
- 
diff -urN /usr/ports/games/gnomermind/pkg-plist games/gnomermind/pkg-plist
--- /usr/ports/games/gnomermind/pkg-plist	Mon May 28 17:46:47 2001
+++ games/gnomermind/pkg-plist	Sat Sep  6 10:54:47 2003
@@ -1,12 +1,11 @@
 bin/gnomermind
+%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
+%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
+%%PORTDOCS%%%%DOCSDIR%%/HACKING
+%%PORTDOCS%%%%DOCSDIR%%/NEWS
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%%%DOCSDIR%%/TODO
 share/gnome/apps/Games/gnomermind.desktop
-share/gnome/gnomermind/doc/AUTHORS
-share/gnome/gnomermind/doc/COPYING
-share/gnome/gnomermind/doc/ChangeLog
-share/gnome/gnomermind/doc/HACKING
-share/gnome/gnomermind/doc/NEWS
-share/gnome/gnomermind/doc/README
-share/gnome/gnomermind/doc/TODO
 share/gnome/gnomermind/themes/Classic/ABOUT
 share/gnome/gnomermind/themes/Classic/b.png
 share/gnome/gnomermind/themes/Classic/bl.png
@@ -202,5 +201,5 @@
 @dirrm share/gnome/gnomermind/themes/Pingus
 @dirrm share/gnome/gnomermind/themes/Classic
 @dirrm share/gnome/gnomermind/themes
- at dirrm share/gnome/gnomermind/doc
 @dirrm share/gnome/gnomermind
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list