ports/108624: [PATCH] audio/easytag-devel: unbreak on missing file

chinsan chinsan at FreeBSD.org
Wed Jan 31 19:50:24 UTC 2007


>Number:         108624
>Category:       ports
>Synopsis:       [PATCH] audio/easytag-devel: unbreak on missing file
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 31 19:50:23 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     chinsan
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
Taiwan
>Environment:
System: FreeBSD chinsan.twbbs.org 6.2-STABLE FreeBSD 6.2-STABLE #5: Wed Jan 24 00:36:42 CST 2007
>Description:
- Unbreak on missing file
- Make portlint more happy

Port maintainer (novel at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- easytag-devel-1.99.13_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/audio/easytag-devel/Makefile /usr/home/chinsan/project/easytag-devel/Makefile
--- /usr/ports/audio/easytag-devel/Makefile	Sat Jan 20 21:22:14 2007
+++ /usr/home/chinsan/project/easytag-devel/Makefile	Thu Feb  1 03:40:44 2007
@@ -7,7 +7,7 @@
 
 PORTNAME=	easytag
 PORTVERSION=	1.99.13
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -20,8 +20,6 @@
 		vorbis:${PORTSDIR}/audio/libvorbis \
 		FLAC:${PORTSDIR}/audio/flac \
 		mp4v2:${PORTSDIR}/multimedia/mpeg4ip-libmp4v2
-
-BROKEN=		Incomplete pkg-plist
 
 MAN1=		easytag.1
 CONFLICTS=	easytag-[0-9]*
diff -ruN --exclude=CVS /usr/ports/audio/easytag-devel/pkg-descr /usr/home/chinsan/project/easytag-devel/pkg-descr
--- /usr/ports/audio/easytag-devel/pkg-descr	Wed Feb 16 12:40:41 2005
+++ /usr/home/chinsan/project/easytag-devel/pkg-descr	Thu Feb  1 03:42:03 2007
@@ -3,24 +3,4 @@
 
 The big new feature of this development version is GTK2 support.
 
-Features:
-
-- Auto tagging: parse filename and directory to complete automatically the
-  fields (using masks),
-- Ability to rename files from the tag (using masks) or by loading a text
-  file,
-- Process selected files of the selected directory, 
-- Ability to browse subdirectories, 
-- Recursion for tagging, removing, renaming, saving..., 
-- Can set a field (artist, title,...) to all other files, 
-- Read file header informations (bitrate, time, ...) and display them, 
-- Auto completion of the date if a partial is entered, 
-- Undo and redo last changes, 
-- Ability to process fields of tag and file name (convert letters into
-  uppercase, downcase, ...),
-- CDDB support (from http protocol), 
-- A playlist generator window, 
-- French, German, Russian, Dutch, Hungarian, Swedish, Italian, Japanese,
-  Ukrainian, Czech, Spanish, Polish and Romanian translations
-
 WWW: http://easytag.sourceforge.net
diff -ruN --exclude=CVS /usr/ports/audio/easytag-devel/pkg-plist /usr/home/chinsan/project/easytag-devel/pkg-plist
--- /usr/ports/audio/easytag-devel/pkg-plist	Mon Oct 30 03:14:40 2006
+++ /usr/home/chinsan/project/easytag-devel/pkg-plist	Thu Feb  1 03:30:51 2007
@@ -20,6 +20,7 @@
 share/locale/ru/LC_MESSAGES/easytag.mo
 share/locale/sv/LC_MESSAGES/easytag.mo
 share/locale/uk/LC_MESSAGES/easytag.mo
+share/locale/zh_CN/LC_MESSAGES/easytag.mo
 @dirrm share/gnome/easytag
 @exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
 @unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
--- easytag-devel-1.99.13_1.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list