Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Oct 2013 21:04:44 +0000 (UTC)
From:      Lars Engels <lme@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329386 - in head/games/fotaq: . files
Message-ID:  <201310042104.r94L4irv067628@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lme
Date: Fri Oct  4 21:04:44 2013
New Revision: 329386
URL: http://svnweb.freebsd.org/changeset/ports/329386

Log:
  - Update to 1.1
  - Support staging
  - Move pkg message to files/pkg-message

Added:
  head/games/fotaq/files/
     - copied unchanged from r329317, head/games/fotaq/pkg-message
Directory Properties:
  head/games/fotaq/files/pkg-message.in   (props changed)
Deleted:
  head/games/fotaq/pkg-message
Modified:
  head/games/fotaq/Makefile   (contents, props changed)
  head/games/fotaq/distinfo   (contents, props changed)
  head/games/fotaq/pkg-plist   (contents, props changed)

Modified: head/games/fotaq/Makefile
==============================================================================
--- head/games/fotaq/Makefile	Fri Oct  4 20:51:45 2013	(r329385)
+++ head/games/fotaq/Makefile	Fri Oct  4 21:04:44 2013	(r329386)
@@ -2,11 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	fotaq
-PORTVERSION=	1.0
-PORTREVISION=	1
+PORTVERSION=	1.1
 CATEGORIES=	games
 MASTER_SITES=	SF/scummvm/extras/Flight%20of%20the%20Amazon%20Queen
-DISTNAME=	FOTAQ_Talkie
+DISTNAME=	FOTAQ_Talkie-${PORTVERSION}
 
 MAINTAINER=	lme@FreeBSD.org
 COMMENT=	Flight of the Amazon Queen: a classic graphical adventure
@@ -16,21 +15,21 @@ RUN_DEPENDS=	scummvm:${PORTSDIR}/games/s
 USE_ZIP=	yes
 NO_BUILD=	yes
 
+SUB_FILES=	pkg-message
+
 WRKSRC=		${WRKDIR}/${DISTNAME}
 PKGMESSAGE=	${WRKDIR}/pkg-message
 
-NO_STAGE=	yes
+do-extract:
+	@${RM} -rf ${WRKDIR}
+	@${MKDIR} ${WRKSRC}
+	@cd ${WRKSRC} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \
+		${_DISTDIR}/${EXTRACT_ONLY}
+
 do-install:
-	@${MKDIR} ${DATADIR}
-	@${INSTALL_DATA} ${WRKSRC}/queen.1c ${DATADIR}
-.if !defined(NOPORTDOCS)
-	@${MKDIR} ${DOCSDIR}
-	@${INSTALL_DATA} ${WRKSRC}/readme.txt ${DOCSDIR}
-.endif
-
-post-install:
-	@${SED} -e "s:%%DATADIR%%:${DATADIR}:g" ${.CURDIR}/pkg-message \
-		> ${PKGMESSAGE}
-	@${CAT} ${PKGMESSAGE}
+	@${MKDIR} ${STAGEDIR}${DATADIR}
+	@${INSTALL_DATA} ${WRKSRC}/queen.1c ${STAGEDIR}${DATADIR}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	@${INSTALL_DATA} ${WRKSRC}/readme.txt ${STAGEDIR}${DOCSDIR}
 
 .include <bsd.port.mk>

Modified: head/games/fotaq/distinfo
==============================================================================
--- head/games/fotaq/distinfo	Fri Oct  4 20:51:45 2013	(r329385)
+++ head/games/fotaq/distinfo	Fri Oct  4 21:04:44 2013	(r329386)
@@ -1,2 +1,2 @@
-SHA256 (FOTAQ_Talkie.zip) = 022bb3d163c47ae85f8d4a9818deb958ead18724d968de1f0a9829161a117e48
-SIZE (FOTAQ_Talkie.zip) = 36523116
+SHA256 (FOTAQ_Talkie-1.1.zip) = a25cdd5e003a0a5e402af99b218cc7ea81ad032cb36b8c05df3bd1167038d8a8
+SIZE (FOTAQ_Talkie-1.1.zip) = 33744817

Copied: head/games/fotaq/files/pkg-message.in (from r329317, head/games/fotaq/pkg-message)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/fotaq/files/pkg-message.in	Fri Oct  4 21:04:44 2013	(r329386, copy of r329317, head/games/fotaq/pkg-message)
@@ -0,0 +1,14 @@
+ - --------------------------------------------------------------------- -
+ - Flight of the Amazon Queen (fotaq) PORT NOTES        ported by atrull -
+ - --------------------------------------------------------------------- -
+ -  How to Get Playing:                                                  -
+ -                                                                       -
+ -  i) Type scummvm to start the game interpreter                        -
+ -  ii) Click 'Add Game...', Browse to %%DATADIR%%            - 
+ -  iii) Click 'Choose' then click 'OK'                                  - 
+ -  iv) Select 'Flight of the Amazon Queen' from the Menu                -
+ -      and click 'Start'                                                -
+ -                                                                       -
+ -                                         Anything Goes!                -
+ -                                                              - atrull -
+ - --------------------------------------------------------------------- -

Modified: head/games/fotaq/pkg-plist
==============================================================================
--- head/games/fotaq/pkg-plist	Fri Oct  4 20:51:45 2013	(r329385)
+++ head/games/fotaq/pkg-plist	Fri Oct  4 21:04:44 2013	(r329386)
@@ -1,4 +1,4 @@
-%%DATADIR%%/queen.1c
 %%PORTDOCS%%%%DOCSDIR%%/readme.txt
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
-@dirrm %%DATADIR%%
+%%DATADIR%%/queen.1c
+@dirrmtry %%DATADIR%%
+%%PORTDOCS%%@dirrmtry %%DOCSDIR%%



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