Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Dec 2001 14:51:44 -0800 (PST)
From:      KATO Tsuguru <tkato@prontomail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/32520: Update port: graphics/mpegedit
Message-ID:  <200112042251.fB4Mpih59029@freefall.freebsd.org>

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

>Number:         32520
>Category:       ports
>Synopsis:       Update port: graphics/mpegedit
>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:   Tue Dec 04 15:00:02 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.4-RELEASE i386
>Organization:
>Environment:
>Description:
- Fix MASTER_SITES
- Remove WWW: line



>How-To-Repeat:

>Fix:
diff -urN /usr/ports/graphics/mpegedit/Makefile graphics/mpegedit/Makefile
--- /usr/ports/graphics/mpegedit/Makefile	Sat Apr 14 00:09:13 2001
+++ graphics/mpegedit/Makefile	Sun Dec  2 10:32:17 2001
@@ -8,7 +8,7 @@
 PORTNAME=	mpegedit
 PORTVERSION=	2.2
 CATEGORIES=	graphics
-MASTER_SITES=	ftp://ftp.netsw.org/netsw/Graphic/Movie/MPEG/mpegedit/
+MASTER_SITES=	http://www.netsw.org/graphic/movie/mpeg/mpegedit/
 DISTNAME=	${PORTNAME}_v${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
@@ -23,9 +23,9 @@
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/mpeg_edit ${PREFIX}/bin
 .if !defined(NOPORTDOCS)
-	@${MKDIR} ${PREFIX}/share/doc/mpeg_edit
-	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/mpeg_edit
-	${INSTALL_DATA} ${WRKSRC}/manual.ps ${PREFIX}/share/doc/mpeg_edit
+	@${MKDIR} ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/manual.ps ${DOCSDIR}
 .endif
 
 .include <bsd.port.mk>
diff -urN /usr/ports/graphics/mpegedit/pkg-descr graphics/mpegedit/pkg-descr
--- /usr/ports/graphics/mpegedit/pkg-descr	Wed Jun 28 22:34:38 2000
+++ graphics/mpegedit/pkg-descr	Sun Dec  2 10:35:33 2001
@@ -4,7 +4,5 @@
 The program has several bugs, but I've been able to use it.  Expect
 core-dumps.  It has problems with displays >8 bits too.
 
-WWW: http://www.ripley.demon.co.uk/mpeg/index.html
-
 eric.
 erich@FreeBSD.org
diff -urN /usr/ports/graphics/mpegedit/pkg-plist graphics/mpegedit/pkg-plist
--- /usr/ports/graphics/mpegedit/pkg-plist	Mon Oct  5 12:17:09 1998
+++ graphics/mpegedit/pkg-plist	Sun Dec  2 10:32:39 2001
@@ -1,4 +1,4 @@
 bin/mpeg_edit
-share/doc/mpeg_edit/README
-share/doc/mpeg_edit/manual.ps
-@dirrm share/doc/mpeg_edit
+%%PORTDOCS%%share/doc/mpeg_edit/README
+%%PORTDOCS%%share/doc/mpeg_edit/manual.ps
+%%PORTDOCS%%@dirrm share/doc/mpeg_edit

>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?200112042251.fB4Mpih59029>