Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Jul 2011 22:16:27 GMT
From:      C-S <c-s@c-s.li>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/158957: [FIX] multimedia/gaupol
Message-ID:  <201107152216.p6FMGRiP074081@red.freebsd.org>
Resent-Message-ID: <201107152220.p6FMK8Hu055829@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         158957
>Category:       ports
>Synopsis:       [FIX] multimedia/gaupol
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 15 22:20:08 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     C-S
>Release:        
>Organization:
>Environment:
>Description:
fix pkg-plist
change position of LICENSE in Makefile
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN gaupol.orig/Makefile gaupol/Makefile
--- gaupol.orig/Makefile	2011-07-16 00:11:40.861519904 +0200
+++ gaupol/Makefile	2011-07-16 00:14:26.349825136 +0200
@@ -14,12 +14,12 @@
 MAINTAINER=	c-s@c-s.li
 COMMENT=	Subtitle editor
 
+LICENSE=	GPLv3
+
 RUN_DEPENDS=	iso-codes>=0:${PORTSDIR}/misc/iso-codes \
 		py*-chardet>=0:${PORTSDIR}/textproc/py-chardet \
 		py*-enchant>=1.5.1:${PORTSDIR}/textproc/py-enchant
 
-LICENSE=	GPLv3
-
 USE_GNOME=	pygtk2 desktopfileutils
 USE_PYTHON=	2.6+
 USE_PYDISTUTILS=yes
diff -ruN gaupol.orig/pkg-plist gaupol/pkg-plist
--- gaupol.orig/pkg-plist	2011-07-16 00:11:40.860520041 +0200
+++ gaupol/pkg-plist	2011-07-16 00:14:26.349825136 +0200
@@ -563,7 +563,6 @@
 @dirrmtry share/icons/hicolor/16x16
 @dirrmtry share/icons/hicolor
 @dirrmtry share/icons
-@dirrmtry share/applications
 @dirrm %%DATADIR%%/ui/text-assistant
 @dirrm %%DATADIR%%/ui
 @dirrm %%DATADIR%%/patterns


>Release-Note:
>Audit-Trail:
>Unformatted:



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