Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Jan 2003 23:56:57 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/46941: Update port: audio/id3ed to 1.10.4
Message-ID:  <20030110235657.1482e60e.tkato@prontomail.com>

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

>Number:         46941
>Category:       ports
>Synopsis:       Update port: audio/id3ed to 1.10.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 10 07:10:08 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.7-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Update to version 1.10.4

Remove file:
files/patch-ab
files/patch-ac

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/audio/id3ed/Makefile audio/id3ed/Makefile
--- /usr/ports/audio/id3ed/Makefile	Thu Dec 26 23:10:34 2002
+++ audio/id3ed/Makefile	Fri Jan 10 17:40:43 2003
@@ -6,20 +6,18 @@
 #
 
 PORTNAME=	id3ed
-PORTVERSION=	1.10.2
+PORTVERSION=	1.10.4
 CATEGORIES=	audio
-MASTER_SITES=	http://www.azstarnet.com/~donut/programs/id3ed/ \
-		http://www.treefort.org/~donut/id3ed/
-# 1.10.2 isn't available from SUNSITE, 1.10.3 is.
-# informed maintainer - edwin 20021226
-#		${MASTER_SITE_SUNSITE}
-MASTER_SITE_SUBDIR=	apps/sound/editors
+MASTER_SITES=	http://www.azstarnet.com/~donut/programs/id3ed/
 
 MAINTAINER=	cpiazza@FreeBSD.org
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
 
 MAN1=		id3ed.1
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/id3ed ${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/id3ed.1 ${MANPREFIX}/man/man1
 
 .include <bsd.port.mk>
diff -urN /usr/ports/audio/id3ed/distinfo audio/id3ed/distinfo
--- /usr/ports/audio/id3ed/distinfo	Sat Aug 25 17:42:08 2001
+++ audio/id3ed/distinfo	Fri Jan 10 16:19:40 2003
@@ -1 +1 @@
-MD5 (id3ed-1.10.2.tar.gz) = c06fcc3678eb1f90b45bbc69d4f2c2b2
+MD5 (id3ed-1.10.4.tar.gz) = fc0df31ef4ad90b83ee133929afbcc83
diff -urN /usr/ports/audio/id3ed/files/patch-ab audio/id3ed/files/patch-ab
--- /usr/ports/audio/id3ed/files/patch-ab	Sun Mar 19 11:18:51 2000
+++ audio/id3ed/files/patch-ab	Thu Jan  1 09:00:00 1970
@@ -1,11 +0,0 @@
---- configure.in.orig	Tue Feb 22 17:48:11 2000
-+++ configure.in	Sat Mar 18 18:10:52 2000
-@@ -31,7 +31,7 @@
- 
- dnl Checks for header files.
- AC_HEADER_STDC
--AC_CHECK_HEADERS(fcntl.h unistd.h set.h)
-+AC_CHECK_HEADERS(fcntl.h unistd.h)
- 
- 
- dnl Checks for typedefs, structures, and compiler characteristics.
diff -urN /usr/ports/audio/id3ed/files/patch-ac audio/id3ed/files/patch-ac
--- /usr/ports/audio/id3ed/files/patch-ac	Sun Mar 19 11:18:51 2000
+++ audio/id3ed/files/patch-ac	Thu Jan  1 09:00:00 1970
@@ -1,27 +0,0 @@
---- configure.orig	Tue Feb 22 17:48:17 2000
-+++ configure	Sat Mar 18 18:17:06 2000
-@@ -662,15 +662,11 @@
-   CXXFLAGS="$ac_save_CXXFLAGS"
- elif test $ac_cv_prog_cxx_g = yes; then
-   if test "$GXX" = yes; then
--    CXXFLAGS="-g -O2"
-   else
--    CXXFLAGS="-g"
-   fi
- else
-   if test "$GXX" = yes; then
--    CXXFLAGS="-O2"
-   else
--    CXXFLAGS=
-   fi
- fi
- 
-@@ -1122,7 +1118,7 @@
- 
- fi
- 
--for ac_hdr in fcntl.h unistd.h set.h
-+for ac_hdr in fcntl.h unistd.h
- do
- ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
- echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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