Bug 188138 - games/endgame-singularity-music: Update to version 007
Summary: games/endgame-singularity-music: Update to version 007
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-31 19:40 UTC by tkato432
Modified: 2014-05-18 08:50 UTC (History)
0 users

See Also:


Attachments
file.diff (2.88 KB, patch)
2014-03-31 19:40 UTC, tkato432
no flags Details | Diff
games_endgame-singularity-music.diff (2.84 KB, patch)
2014-04-26 19:27 UTC, tkato432
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tkato432 2014-03-31 19:40:00 UTC
- Update to version 007
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-31 19:40:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2014-04-26 04:10:32 UTC
State Changed
From-To: open->feedback

plist fails.
Comment 3 tkato432 2014-04-26 19:27:44 UTC
Here is the corrected patch.
Comment 4 dfilter service freebsd_committer freebsd_triage 2014-05-18 08:43:51 UTC
Author: miwi
Date: Sun May 18 07:43:47 2014
New Revision: 354406
URL: http://svnweb.freebsd.org/changeset/ports/354406
QAT: https://qat.redports.org/buildarchive/r354406/

Log:
  - Update to 007
  
  PR:		188138
  Submitted by:	ports fury

Modified:
  head/games/endgame-singularity-music/Makefile
  head/games/endgame-singularity-music/distinfo
  head/games/endgame-singularity-music/pkg-plist

Modified: head/games/endgame-singularity-music/Makefile
==============================================================================
--- head/games/endgame-singularity-music/Makefile	Sun May 18 07:33:56 2014	(r354405)
+++ head/games/endgame-singularity-music/Makefile	Sun May 18 07:43:47 2014	(r354406)
@@ -2,21 +2,30 @@
 # $FreeBSD$
 
 PORTNAME=	endgame-singularity-music
-PORTVERSION=	006
+PORTVERSION=	007
 CATEGORIES=	games
-MASTER_SITES=	GOOGLE_CODE CENKES
+MASTER_SITES=	GOOGLE_CODE
+PROJECTHOST=	endgame-singularity
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Music pack for endgame-singularity
 
-PROJECTHOST=	endgame-singularity
-
+NO_ARCH=	yes
 NO_BUILD=	yes
+
 USES=		zip
 
 DATADIR=	${PREFIX}/share/singularity
 
 do-install:
-	cd ${WRKSRC}/ && ${COPYTREE_SHARE} music ${STAGEDIR}${DATADIR}
+	@${MKDIR} ${STAGEDIR}${DATADIR}/music
+	@(cd ${WRKSRC} && ${INSTALL_DATA} *.ogg \
+		${STAGEDIR}${DATADIR}/music)
+	@${MKDIR} ${STAGEDIR}${DATADIR}/music/lose
+	@(cd ${WRKSRC}/lose && ${INSTALL_DATA} *.ogg \
+		${STAGEDIR}${DATADIR}/music/lose)
+	@${MKDIR} ${STAGEDIR}${DATADIR}/music/win
+	@(cd ${WRKSRC}/win && ${INSTALL_DATA} *.ogg \
+		${STAGEDIR}${DATADIR}/music/win)
 
 .include <bsd.port.mk>

Modified: head/games/endgame-singularity-music/distinfo
==============================================================================
--- head/games/endgame-singularity-music/distinfo	Sun May 18 07:33:56 2014	(r354405)
+++ head/games/endgame-singularity-music/distinfo	Sun May 18 07:43:47 2014	(r354406)
@@ -1,2 +1,2 @@
-SHA256 (endgame-singularity-music-006.zip) = 469697285c00564d831249898204d3e532f2685a17b4cf47ee4abc3ffc29276f
-SIZE (endgame-singularity-music-006.zip) = 28250705
+SHA256 (endgame-singularity-music-007.zip) = eb5a3c2730731fda0cc7861977cd97937950b85d3fe08bc431054a639cc2c26d
+SIZE (endgame-singularity-music-007.zip) = 51774799

Modified: head/games/endgame-singularity-music/pkg-plist
==============================================================================
--- head/games/endgame-singularity-music/pkg-plist	Sun May 18 07:33:56 2014	(r354405)
+++ head/games/endgame-singularity-music/pkg-plist	Sun May 18 07:43:47 2014	(r354406)
@@ -1,14 +1,20 @@
+%%DATADIR%%/music/A New Journey.ogg
+%%DATADIR%%/music/Aberrations.ogg
 %%DATADIR%%/music/Advanced Simulacra.ogg
 %%DATADIR%%/music/Awakening.ogg
 %%DATADIR%%/music/By-Product.ogg
 %%DATADIR%%/music/Coherence.ogg
 %%DATADIR%%/music/Deprecation.ogg
+%%DATADIR%%/music/Enemy Unknown.ogg
 %%DATADIR%%/music/Inevitable.ogg
 %%DATADIR%%/music/Media Threat.ogg
+%%DATADIR%%/music/Nebula.ogg
+%%DATADIR%%/music/Orbital Elevator.ogg
+%%DATADIR%%/music/Through Space.ogg
 %%DATADIR%%/music/lose/Chimes They Fade.ogg
 %%DATADIR%%/music/lose/March Thee to Dis.ogg
 %%DATADIR%%/music/win/Apex Aleph.ogg
-@dirrm %%DATADIR%%/music/lose
 @dirrm %%DATADIR%%/music/win
+@dirrm %%DATADIR%%/music/lose
 @dirrmtry %%DATADIR%%/music
 @dirrmtry %%DATADIR%%
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 5 Martin Wilke freebsd_committer freebsd_triage 2014-05-18 08:43:53 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!