Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Jun 2017 15:43:38 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r442399 - in head/games/epiar: . files
Message-ID:  <201706021543.v52Fhcha099180@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Jun  2 15:43:37 2017
New Revision: 442399
URL: https://svnweb.freebsd.org/changeset/ports/442399

Log:
  Convert to options target helper
  
  - Pet portlint: fix diff header of patch file
  - Fix WWW

Modified:
  head/games/epiar/Makefile
  head/games/epiar/files/patch-Source-Utilities-log.cpp
  head/games/epiar/pkg-descr

Modified: head/games/epiar/Makefile
==============================================================================
--- head/games/epiar/Makefile	Fri Jun  2 15:43:32 2017	(r442398)
+++ head/games/epiar/Makefile	Fri Jun  2 15:43:37 2017	(r442399)
@@ -35,10 +35,10 @@ OPTIONS_DEFINE=	DOCS
 PORTSCOUT=	ignore:1
 
 post-install:
-	${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop \
-		${STAGEDIR}${DESKTOPDIR}
+	${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop ${STAGEDIR}${DESKTOPDIR}
 
+post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
-	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
+	cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
 
 .include <bsd.port.mk>

Modified: head/games/epiar/files/patch-Source-Utilities-log.cpp
==============================================================================
--- head/games/epiar/files/patch-Source-Utilities-log.cpp	Fri Jun  2 15:43:32 2017	(r442398)
+++ head/games/epiar/files/patch-Source-Utilities-log.cpp	Fri Jun  2 15:43:37 2017	(r442399)
@@ -1,5 +1,5 @@
---- Source/Utilities/log.cpp.orig	2012-10-27 10:18:51.000000000 +0200
-+++ Source/Utilities/log.cpp	2013-10-11 00:14:27.000000000 +0200
+--- Source/Utilities/log.cpp.orig	2012-10-27 08:18:51 UTC
++++ Source/Utilities/log.cpp
 @@ -10,6 +10,7 @@
  #include "common.h"
  #include "Utilities/log.h"

Modified: head/games/epiar/pkg-descr
==============================================================================
--- head/games/epiar/pkg-descr	Fri Jun  2 15:43:32 2017	(r442398)
+++ head/games/epiar/pkg-descr	Fri Jun  2 15:43:37 2017	(r442399)
@@ -14,4 +14,4 @@ Other notable games of this genre include:
 - Star Flight
 - Solar Winds
 
-WWW: https://github.com/knowknowledge/Epiar/
+WWW: https://github.com/knowknowledge/Epiar



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