svn commit: r371774 - head/misc/freeguide

Bartek Rutkowski robak at FreeBSD.org
Thu Oct 30 22:03:57 UTC 2014


Author: robak
Date: Thu Oct 30 22:03:55 2014
New Revision: 371774
URL: https://svnweb.freebsd.org/changeset/ports/371774
QAT: https://qat.redports.org/buildarchive/r371774/

Log:
  misc/freeguide: update 0.11 -> 0.11.1
  
  - Fix LICENSE positioning
  - Convert pkg-plist to @dir usage
  
  Approved by:	mentors (implicit)

Modified:
  head/misc/freeguide/Makefile
  head/misc/freeguide/distinfo
  head/misc/freeguide/pkg-plist

Modified: head/misc/freeguide/Makefile
==============================================================================
--- head/misc/freeguide/Makefile	Thu Oct 30 21:18:34 2014	(r371773)
+++ head/misc/freeguide/Makefile	Thu Oct 30 22:03:55 2014	(r371774)
@@ -2,18 +2,17 @@
 # $FreeBSD$
 
 PORTNAME=	freeguide
-PORTVERSION=	0.11
-PORTREVISION=	1
+PORTVERSION=	0.11.1
 CATEGORIES=	misc java
 MASTER_SITES=	SF/${PORTNAME}-tv/${PORTNAME}-source/${PORTVERSION}
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Interactive TV guide which will create personalized TV listings
 
-RUN_DEPENDS=	tv_cat:${PORTSDIR}/textproc/p5-xmltv
-
 LICENSE=	GPLv2
 
+RUN_DEPENDS=	tv_cat:${PORTSDIR}/textproc/p5-xmltv
+
 USE_JAVA=	yes
 JAVA_VERSION=	1.6+
 USE_ANT=	yes

Modified: head/misc/freeguide/distinfo
==============================================================================
--- head/misc/freeguide/distinfo	Thu Oct 30 21:18:34 2014	(r371773)
+++ head/misc/freeguide/distinfo	Thu Oct 30 22:03:55 2014	(r371774)
@@ -1,2 +1,2 @@
-SHA256 (freeguide-0.11.tar.gz) = e9e3b8d2b322d7f2668ba8d0dd68901d1d9cb0d0e06d10cf50f2fc7e3be5284b
-SIZE (freeguide-0.11.tar.gz) = 1764161
+SHA256 (freeguide-0.11.1.tar.gz) = 50860a54fe71d624054930c415cbc8a64bef3c297014b92f8d9e08adcdbcf966
+SIZE (freeguide-0.11.1.tar.gz) = 2144627

Modified: head/misc/freeguide/pkg-plist
==============================================================================
--- head/misc/freeguide/pkg-plist	Thu Oct 30 21:18:34 2014	(r371773)
+++ head/misc/freeguide/pkg-plist	Thu Oct 30 22:03:55 2014	(r371774)
@@ -144,20 +144,20 @@ share/pixmaps/freeguide/logo-48x48.png
 share/pixmaps/freeguide/logo-32x32.png
 share/pixmaps/freeguide.png
 share/applications/freeguide.desktop
- at dirrm share/pixmaps/freeguide
- at dirrm %%JAVAJARDIR%%/freeguide/
- at dirrm %%DOCSDIR%%/DownloadAndInstall
- at dirrm %%DOCSDIR%%/uploads/FAQ
- at dirrm %%DOCSDIR%%/uploads/UserGuide
- at dirrm %%DOCSDIR%%/uploads/Main
- at dirrm %%DOCSDIR%%/uploads
- at dirrm %%DOCSDIR%%/FAQ
- at dirrm %%DOCSDIR%%/Main
- at dirrm %%DOCSDIR%%/UserGuide
- at dirrm %%DOCSDIR%%/Developers
- at dirrm %%DOCSDIR%%/Site
- at dirrm %%DOCSDIR%%/pub/skins/plain-freeguide
- at dirrm %%DOCSDIR%%/pub/skins
- at dirrm %%DOCSDIR%%/pub
- at dirrm %%DOCSDIR%%/PmWiki
- at dirrm %%DOCSDIR%%
+ at dir share/pixmaps/freeguide
+ at dir %%JAVAJARDIR%%/freeguide/
+ at dir %%DOCSDIR%%/DownloadAndInstall
+ at dir %%DOCSDIR%%/uploads/FAQ
+ at dir %%DOCSDIR%%/uploads/UserGuide
+ at dir %%DOCSDIR%%/uploads/Main
+ at dir %%DOCSDIR%%/uploads
+ at dir %%DOCSDIR%%/FAQ
+ at dir %%DOCSDIR%%/Main
+ at dir %%DOCSDIR%%/UserGuide
+ at dir %%DOCSDIR%%/Developers
+ at dir %%DOCSDIR%%/Site
+ at dir %%DOCSDIR%%/pub/skins/plain-freeguide
+ at dir %%DOCSDIR%%/pub/skins
+ at dir %%DOCSDIR%%/pub
+ at dir %%DOCSDIR%%/PmWiki
+ at dir %%DOCSDIR%%


More information about the svn-ports-all mailing list