Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Sep 2015 09:05:18 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396203 - head/games/narcissu2
Message-ID:  <201509060905.t8695IEX048772@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sun Sep  6 09:05:17 2015
New Revision: 396203
URL: https://svnweb.freebsd.org/changeset/ports/396203

Log:
  games/narcissu2: unbreak fetch
  
  Aur package files moved to git.
  
  Reported by:	pkg-fallout

Modified:
  head/games/narcissu2/Makefile   (contents, props changed)
  head/games/narcissu2/distinfo   (contents, props changed)

Modified: head/games/narcissu2/Makefile
==============================================================================
--- head/games/narcissu2/Makefile	Sat Sep  5 22:49:27 2015	(r396202)
+++ head/games/narcissu2/Makefile	Sun Sep  6 09:05:17 2015	(r396203)
@@ -5,10 +5,11 @@ PORTVERSION=	1.1
 CATEGORIES=	games
 MASTER_SITES=	http://www.neechin.net/file_download/22/:game \
 		http://www.neechin.net/file_download/27/:script \
-		http://aur.archlinux.org/packages/na/${PORTNAME}-en/:icon
+		https://aur.archlinux.org/cgit/aur.git/plain/:icon
 DISTFILES=	[Denpa]_Narcissu_2_Eng_[unix].tar.bz2.link:game \
 		Narcissu_2_Eng_v${PORTVERSION}_script_[All_platforms].zip:script \
-		${PORTNAME}-en.tar.gz:icon
+		${PORTNAME}-en.png?h=${PORTNAME}-en\&id=9768eea:icon
+EXTRACT_ONLY=	${DISTFILES:N*\:icon:C/:.*//}
 
 MAINTAINER=	jbeich@FreeBSD.org
 COMMENT=	Visual novel about an encounter of terminally ill
@@ -48,7 +49,7 @@ pre-install:
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
 	${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/48x48/apps
-	${INSTALL_DATA} ${WRKDIR}/${PORTNAME}-en/${PORTNAME}-en.png \
+	${INSTALL_DATA} ${_DISTDIR}/${DISTFILES:M*\:icon:C/:.*//} \
 		${STAGEDIR}${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png
 	(cd ${WRKSRC}/data && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR})
 	${INSTALL_DATA} -p ${WRKDIR}/*.utf ${STAGEDIR}${DATADIR}

Modified: head/games/narcissu2/distinfo
==============================================================================
--- head/games/narcissu2/distinfo	Sat Sep  5 22:49:27 2015	(r396202)
+++ head/games/narcissu2/distinfo	Sun Sep  6 09:05:17 2015	(r396203)
@@ -2,5 +2,5 @@ SHA256 ([Denpa]_Narcissu_2_Eng_[unix].ta
 SIZE ([Denpa]_Narcissu_2_Eng_[unix].tar.bz2.link) = 287533563
 SHA256 (Narcissu_2_Eng_v1.1_script_[All_platforms].zip) = 7af724e8d0c3131b2b0047e013b9d011375ca79330e49310ecb51c7bf89091f9
 SIZE (Narcissu_2_Eng_v1.1_script_[All_platforms].zip) = 915697
-SHA256 (narcissu2-en.tar.gz) = 6f0777c81d60549bad1798743e24dd0331d803318e23492c0f1d092e3871e846
-SIZE (narcissu2-en.tar.gz) = 6189
+SHA256 (narcissu2-en.png?h=narcissu2-en&id=9768eea) = 060c224096414404177e14737e4402a7beb70e007da9840b82f89d69eace4312
+SIZE (narcissu2-en.png?h=narcissu2-en&id=9768eea) = 3752



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509060905.t8695IEX048772>