svn commit: r418826 - in head/misc/freeguide: . files

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jul 20 09:00:46 UTC 2016


Author: amdmi3
Date: Wed Jul 20 09:00:44 2016
New Revision: 418826
URL: https://svnweb.freebsd.org/changeset/ports/418826

Log:
  - Fix license
  - Regenerate patches with `make makepatch`

Modified:
  head/misc/freeguide/Makefile
  head/misc/freeguide/files/patch-build.xml

Modified: head/misc/freeguide/Makefile
==============================================================================
--- head/misc/freeguide/Makefile	Wed Jul 20 08:34:56 2016	(r418825)
+++ head/misc/freeguide/Makefile	Wed Jul 20 09:00:44 2016	(r418826)
@@ -9,7 +9,7 @@ MASTER_SITES=	SF/${PORTNAME}-tv/${PORTNA
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Interactive TV guide which will create personalized TV listings
 
-LICENSE=	GPLv2
+LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/doc/COPYING
 
 RUN_DEPENDS=	tv_cat:textproc/p5-xmltv
@@ -35,7 +35,7 @@ post-patch:
 		${WRKSRC}/install/linux/freeguide
 
 do-install:
-	@(cd ${BUILD_WRKSRC}; \
+	@(cd ${BUILD_WRKSRC} && \
 		${ANT} ${MAKE_ARGS} ${INSTALL_TARGET})
 
 .include <bsd.port.mk>

Modified: head/misc/freeguide/files/patch-build.xml
==============================================================================
--- head/misc/freeguide/files/patch-build.xml	Wed Jul 20 08:34:56 2016	(r418825)
+++ head/misc/freeguide/files/patch-build.xml	Wed Jul 20 09:00:44 2016	(r418826)
@@ -1,5 +1,5 @@
---- build.xml.orig	2010-07-24 11:24:51.000000000 +0200
-+++ build.xml	2010-07-24 11:29:57.000000000 +0200
+--- build.xml.orig	2014-10-22 19:25:23 UTC
++++ build.xml
 @@ -200,8 +200,8 @@
          <mkdir dir="${install_share_dir}/applications" />
          <copy file="${install}/linux/freeguide.desktop" todir="${install_share_dir}/applications/" />


More information about the svn-ports-all mailing list