ports/163696: [maintainer update] converters/gbsdconv 0.3

Kuan-Chung Chiu buganini at gmail.com
Thu Dec 29 13:30:13 UTC 2011


>Number:         163696
>Category:       ports
>Synopsis:       [maintainer update] converters/gbsdconv 0.3
>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:   Thu Dec 29 13:30:12 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Kuan-Chung Chiu
>Release:        
>Organization:
N/A
>Environment:
>Description:
Update converters/gbsdconv to 0.3

Changelog: (https://github.com/buganini/gbsdconv/commits/master)
 Items widgets context menu for recursive toggling
 Metatag operation: score traning with path name, info column
 Content operation: ignore preview for non-text files
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff --git a/converters/gbsdconv/Makefile b/converters/gbsdconv/Makefile
index f1042c8..3bb8857 100644
--- a/converters/gbsdconv/Makefile
+++ b/converters/gbsdconv/Makefile
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	gbsdconv
-PORTVERSION=	0.2
+PORTVERSION=	0.3
 CATEGORIES=	converters python
 MASTER_SITES=	https://github.com/buganini/${PORTNAME}/tarball/${PORTVERSION}/
 DISTNAME=	buganini-${PORTNAME}-${PORTVERSION}-0-g${GITVERSION}
@@ -17,10 +17,10 @@ COMMENT=	GUI for bsdconv
 LICENSE=	BSD
 
 LIB_DEPENDS=	tag_c.0:${PORTSDIR}/audio/taglib
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}bsdconv>=7.1:${PORTSDIR}/converters/py-bsdconv \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}bsdconv>=7.2:${PORTSDIR}/converters/py-bsdconv \
 		g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
 
-GITVERSION=	6de84a5
+GITVERSION=	eab9940
 FETCH_ARGS=	-pRr
 WRKSRC=		${WRKDIR}/buganini-${PORTNAME}-${GITVERSION}
 NO_BUILD=	yes
@@ -35,6 +35,7 @@ do-install:
 	${MKDIR} ${PREFIX}/share/gbsdconv
 	${INSTALL_DATA} ${WRKSRC}/gbsdconv.xml ${PREFIX}/share/gbsdconv/
 	${INSTALL_DATA} ${WRKSRC}/gbsdconv.png ${PREFIX}/share/gbsdconv/
+	${INSTALL_DATA} ${WRKSRC}/gbsdconv2.png ${PREFIX}/share/gbsdconv/
 	${INSTALL_SCRIPT} ${WRKSRC}/gbsdconv ${PREFIX}/bin
 
 .include <bsd.port.mk>
diff --git a/converters/gbsdconv/distinfo b/converters/gbsdconv/distinfo
index 9eb79fc..ea27f92 100644
--- a/converters/gbsdconv/distinfo
+++ b/converters/gbsdconv/distinfo
@@ -1,2 +1,2 @@
-SHA256 (buganini-gbsdconv-0.2-0-g6de84a5.tar.gz) = 55c7e0c66382f4a8719167eaa207be5c1a618dfb3445ef3b26815710c7b3d37b
-SIZE (buganini-gbsdconv-0.2-0-g6de84a5.tar.gz) = 13076
+SHA256 (buganini-gbsdconv-0.3-0-geab9940.tar.gz) = 7408fd066340eecd43762516fb40b39a4239052968c8e151acaa73c237b59dd0
+SIZE (buganini-gbsdconv-0.3-0-geab9940.tar.gz) = 14978
diff --git a/converters/gbsdconv/pkg-plist b/converters/gbsdconv/pkg-plist
index f602a4f..3872556 100644
--- a/converters/gbsdconv/pkg-plist
+++ b/converters/gbsdconv/pkg-plist
@@ -1,4 +1,5 @@
 bin/gbsdconv
 %%DATADIR%%/gbsdconv.png
+%%DATADIR%%/gbsdconv2.png
 %%DATADIR%%/gbsdconv.xml
 @dirrm %%DATADIR%%


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



More information about the freebsd-ports-bugs mailing list