svn commit: r372186 - in head/games/toppler: . files
Max Brazhnikov
makc at FreeBSD.org
Wed Nov 5 12:22:51 UTC 2014
Author: makc
Date: Wed Nov 5 12:22:49 2014
New Revision: 372186
URL: https://svnweb.freebsd.org/changeset/ports/372186
QAT: https://qat.redports.org/buildarchive/r372186/
Log:
games/toppler:
- fix permission for binary and high score file
- drop deprecated keywords from plist
Modified:
head/games/toppler/Makefile
head/games/toppler/files/patch-Makefile.in
head/games/toppler/pkg-plist
Modified: head/games/toppler/Makefile
==============================================================================
--- head/games/toppler/Makefile Wed Nov 5 11:44:22 2014 (r372185)
+++ head/games/toppler/Makefile Wed Nov 5 12:22:49 2014 (r372186)
@@ -3,7 +3,7 @@
PORTNAME= toppler
PORTVERSION= 1.1.5
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}
@@ -22,4 +22,9 @@ LDFLAGS+= -L${LOCALBASE}/lib
OPTIONS_DEFINE= DOCS
+SCOREFILE= /var/games/toppler/toppler.hsc
+
+post-install:
+ ${MV} ${STAGEDIR}${SCOREFILE} ${STAGEDIR}${SCOREFILE}.sample
+
.include <bsd.port.mk>
Modified: head/games/toppler/files/patch-Makefile.in
==============================================================================
--- head/games/toppler/files/patch-Makefile.in Wed Nov 5 11:44:22 2014 (r372185)
+++ head/games/toppler/files/patch-Makefile.in Wed Nov 5 12:22:49 2014 (r372186)
@@ -1,5 +1,5 @@
---- ./Makefile.in.orig 2011-03-06 20:00:43.000000000 +0000
-+++ ./Makefile.in 2013-10-23 16:58:33.155503773 +0000
+--- Makefile.in.orig 2011-03-06 20:00:43 UTC
++++ Makefile.in
@@ -359,7 +359,7 @@
dist_pixmaps_DATA = $(PACKAGE).xpm
applications_DATA = $(PACKAGE).desktop
@@ -9,12 +9,9 @@
dist_pkgdata_DATA = \
toppler.dat toppler.ogg \
m1.ttm m2.ttm ball1.ttm ball2.ttm ball3.ttm abc.ttm pasi2.ttm david1.ttm
-@@ -1084,16 +1084,14 @@
-
- install-data-am: install-applicationsDATA install-dist_pixmapsDATA \
+@@ -1086,14 +1086,12 @@
install-dist_pkgdataDATA install-dist_pkgdocDATA \
-- install-dist_pkglocalstateDATA install-man
-+ install-man
+ install-dist_pkglocalstateDATA install-man
@$(NORMAL_INSTALL)
- $(MAKE) $(AM_MAKEFLAGS) install-data-hook
install-dvi: install-dvi-recursive
Modified: head/games/toppler/pkg-plist
==============================================================================
--- head/games/toppler/pkg-plist Wed Nov 5 11:44:22 2014 (r372185)
+++ head/games/toppler/pkg-plist Wed Nov 5 12:22:49 2014 (r372186)
@@ -1,4 +1,4 @@
-bin/toppler
+@(,games,2555) bin/toppler
man/man6/toppler.6.gz
share/applications/toppler.desktop
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
@@ -23,10 +23,5 @@ share/pixmaps/toppler.xpm
%%DATADIR%%/pasi2.ttm
%%DATADIR%%/toppler.dat
%%DATADIR%%/toppler.ogg
- at dirrm %%DATADIR%%
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
- at exec mkdir -p /var/games/toppler
- at exec chgrp games /var/games/toppler
- at unexec if [ ! -s /var/games/toppler/toppler.hsc ] ; then rm -f /var/games/toppler/toppler.hsc; rmdir /var/games/toppler ; fi
- at exec touch /var/games/toppler/toppler.hsc
- at exec chmod 664 /var/games/toppler/toppler.hsc
+ at sample(,games,664) /var/games/toppler/toppler.hsc.sample
+ at dir(,games,775) /var/games/toppler
More information about the svn-ports-head
mailing list