svn commit: r351321 - in head/games/noegnud-data: . files
Pawel Pekala
pawel at FreeBSD.org
Tue Apr 15 10:41:00 UTC 2014
Author: pawel
Date: Tue Apr 15 10:40:59 2014
New Revision: 351321
URL: http://svnweb.freebsd.org/changeset/ports/351321
QAT: https://qat.redports.org/buildarchive/r351321/
Log:
- Add staging support
- Convert to USES=tar:bzip2
- Remove Author tag from pkg-descr, info available on homepage
Modified:
head/games/noegnud-data/Makefile
head/games/noegnud-data/files/patch-variants::Makefile
head/games/noegnud-data/pkg-descr
head/games/noegnud-data/pkg-plist
Modified: head/games/noegnud-data/Makefile
==============================================================================
--- head/games/noegnud-data/Makefile Tue Apr 15 09:59:01 2014 (r351320)
+++ head/games/noegnud-data/Makefile Tue Apr 15 10:40:59 2014 (r351321)
@@ -13,11 +13,10 @@ COMMENT= The noeGNUd Data Files
NOEGNUDVERSION= ${PORTNAME}-0.8.0
DATADIR= ${PREFIX}/share/${NOEGNUDVERSION}
-USE_BZIP2= yes
+USES= tar:bzip2
MAKE_ENV+= DATADIR="${DATADIR}"
WRKSRC= ${WRKDIR}/${DISTNAME}/variants
ALL_TARGET= data
INSTALL_TARGET= install_data
-NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/games/noegnud-data/files/patch-variants::Makefile
==============================================================================
--- head/games/noegnud-data/files/patch-variants::Makefile Tue Apr 15 09:59:01 2014 (r351320)
+++ head/games/noegnud-data/files/patch-variants::Makefile Tue Apr 15 10:40:59 2014 (r351321)
@@ -1,5 +1,5 @@
---- Makefile.orig Tue Sep 2 17:11:03 2003
-+++ Makefile Tue Jun 29 17:23:45 2004
+--- Makefile.orig 2004-08-23 19:13:51.000000000 +0200
++++ Makefile 2014-04-15 12:07:41.640211284 +0200
@@ -1,7 +1,6 @@
NOEGNUDVERSION=noegnud-0.8.0
# you __MUST__ change this if you change the prefix for any variants' install !!!!!!!!!!!!!
@@ -8,7 +8,7 @@
GAMEUID = games
GAMEGRP = bin
CHOWN = chown
-@@ -66,12 +65,12 @@
+@@ -94,12 +93,8 @@
@echo "no data creation scripts exists yet, it er, just, um, works (we hope ;)"
install_data: data
@@ -18,12 +18,8 @@
- $(CHGRP) $(GAMEGRP) $(PREFIX)/lib/$(NOEGNUDVERSION)/data
- $(CHOWN) -R $(GAMEUID) $(PREFIX)/lib/$(NOEGNUDVERSION)/data/*
- $(CHGRP) -R $(GAMEGRP) $(PREFIX)/lib/$(NOEGNUDVERSION)/data/*
-+ -mkdir -p ${DATADIR}
-+ cp -r ../data ${DATADIR}/.
-+ $(CHOWN) $(GAMEUID) ${DATADIR}/data
-+ $(CHGRP) $(GAMEGRP) ${DATADIR}/data
-+ $(CHOWN) -R $(GAMEUID) ${DATADIR}/data/*
-+ $(CHGRP) -R $(GAMEGRP) ${DATADIR}/data/*
++ -mkdir -p ${DESTDIR}${DATADIR}
++ cp -r ../data ${DESTDIR}${DATADIR}/.
# spawn Makefiles
Modified: head/games/noegnud-data/pkg-descr
==============================================================================
--- head/games/noegnud-data/pkg-descr Tue Apr 15 09:59:01 2014 (r351320)
+++ head/games/noegnud-data/pkg-descr Tue Apr 15 10:40:59 2014 (r351321)
@@ -6,5 +6,4 @@ and an outstanding 3D-Mode.
This port installs the noeGNUd data files.
-Author: Clive Crous
WWW: http://noegnud.sourceforge.net/
Modified: head/games/noegnud-data/pkg-plist
==============================================================================
--- head/games/noegnud-data/pkg-plist Tue Apr 15 09:59:01 2014 (r351320)
+++ head/games/noegnud-data/pkg-plist Tue Apr 15 10:40:59 2014 (r351321)
@@ -1,3 +1,5 @@
+ at owner games
+ at group bin
share/noegnud-0.8.0/data/char/DeeT.png
share/noegnud-0.8.0/data/char/anethack.png
share/noegnud-0.8.0/data/char/deco.png
@@ -1564,3 +1566,4 @@ share/noegnud-0.8.0/data/widgetthemes/wo
@dirrmtry share/noegnud-0.8.0/data/char
@dirrmtry share/noegnud-0.8.0/data
@dirrmtry share/noegnud-0.8.0
+ at exec chown root:wheel %D/%%DATADIR%%
More information about the svn-ports-all
mailing list