ports/176588: [MAINTAINER] games/gottet: update to 1.0.5
nemysis
nemysis at gmx.ch
Fri Mar 1 16:10:01 UTC 2013
>Number: 176588
>Category: ports
>Synopsis: [MAINTAINER] games/gottet: update to 1.0.5
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Fri Mar 01 16:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: nemysis
>Release: FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD FreeBSD_Ports 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10
>Description:
- Update to 1.0.5
Generated and tested manually, tested with port test, sent with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
>How-To-Repeat:
portlint -A
looks usual.
port test: clean
>Fix:
--- gottet-1.0.5.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/games/gottet/Makefile ./Makefile
--- /usr/ports/games/gottet/Makefile 2013-01-14 17:55:29.000000000 +0100
+++ ./Makefile 2013-03-01 16:58:09.000000000 +0100
@@ -2,8 +2,7 @@
# $FreeBSD: head/games/gottet/Makefile 307946 2012-11-28 23:41:21Z amdmi3 $
PORTNAME= gottet
-PORTVERSION= 1.0.4
-PORTREVISION= 1
+PORTVERSION= 1.0.5
CATEGORIES= games
MASTER_SITES= http://gottcode.org/${PORTNAME}/
EXTRACT_SUFX= -src.tar.bz2
@@ -18,7 +17,7 @@
MAKE_JOBS_SAFE= yes
INSTALLS_ICONS= yes
-PORTDOCS= ChangeLog
+PORTDOCS= CREDITS ChangeLog
.include <bsd.port.options.mk>
@@ -27,13 +26,11 @@
${QMAKE} ${QMAKEFLAGS} PREFIX=${PREFIX}
post-install:
-# Pixmaps
- ${INSTALL_DATA} ${WRKSRC}/icons/${PORTNAME}.png ${PREFIX}/share/pixmaps/
+ ${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png ${PREFIX}/share/pixmaps/
-# Documentation
.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCSDIR}
+ ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
.endif
.include <bsd.port.mk>
diff -ruN --exclude=CVS /usr/ports/games/gottet/distinfo ./distinfo
--- /usr/ports/games/gottet/distinfo 2013-01-14 17:55:29.000000000 +0100
+++ ./distinfo 2013-03-01 16:49:37.000000000 +0100
@@ -1,2 +1,2 @@
-SHA256 (gottet-1.0.4-src.tar.bz2) = 7144e035b6e575eecea9920ee301487915d3866a2cb0e40622fe9e45d83cb379
-SIZE (gottet-1.0.4-src.tar.bz2) = 29121
+SHA256 (gottet-1.0.5-src.tar.bz2) = e954bbbc24abe171447e76d9d52e1043d16416377c6f639fd454d0ee99db1cdc
+SIZE (gottet-1.0.5-src.tar.bz2) = 253744
diff -ruN --exclude=CVS /usr/ports/games/gottet/pkg-plist ./pkg-plist
--- /usr/ports/games/gottet/pkg-plist 2013-01-14 17:55:29.000000000 +0100
+++ ./pkg-plist 2013-03-01 16:51:05.000000000 +0100
@@ -1,9 +1,40 @@
bin/gottet
share/applications/gottet.desktop
+%%DATADIR%%/translations/gottet_en.qm
+%%DATADIR%%/translations/gottet_fr.qm
+%%DATADIR%%/translations/gottet_he.qm
+%%DATADIR%%/translations/gottet_ro.qm
+share/icons/hicolor/128x128/apps/gottet.png
+share/icons/hicolor/16x16/apps/gottet.png
+share/icons/hicolor/22x22/apps/gottet.png
+share/icons/hicolor/24x24/apps/gottet.png
+share/icons/hicolor/256x256/apps/gottet.png
+share/icons/hicolor/32x32/apps/gottet.png
share/icons/hicolor/48x48/apps/gottet.png
+share/icons/hicolor/64x64/apps/gottet.png
+share/icons/hicolor/scalable/apps/gottet.svg
share/pixmaps/gottet.png
+share/pixmaps/gottet.xpm
+ at dirrmtry share/icons/hicolor/scalable/apps
+ at dirrmtry share/icons/hicolor/scalable
+ at dirrmtry share/icons/hicolor/64x64/apps
+ at dirrmtry share/icons/hicolor/64x64
@dirrmtry share/icons/hicolor/48x48/apps
@dirrmtry share/icons/hicolor/48x48
+ at dirrmtry share/icons/hicolor/32x32/apps
+ at dirrmtry share/icons/hicolor/32x32
+ at dirrmtry share/icons/hicolor/256x256/apps
+ at dirrmtry share/icons/hicolor/256x256
+ at dirrmtry share/icons/hicolor/24x24/apps
+ at dirrmtry share/icons/hicolor/24x24
+ at dirrmtry share/icons/hicolor/22x22/apps
+ at dirrmtry share/icons/hicolor/22x22
+ at dirrmtry share/icons/hicolor/16x16/apps
+ at dirrmtry share/icons/hicolor/16x16
+ at dirrmtry share/icons/hicolor/128x128/apps
+ at dirrmtry share/icons/hicolor/128x128
@dirrmtry share/icons/hicolor
@dirrmtry share/icons
+ at dirrm %%DATADIR%%/translations
+ at dirrm %%DATADIR%%
@dirrmtry share/applications
--- gottet-1.0.5.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list