From tkato432@yahoo.com  Sat Jun 21 18:00:47 2008
Return-Path: <tkato432@yahoo.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 5B1D7106566B
	for <FreeBSD-gnats-submit@FreeBSD.org>; Sat, 21 Jun 2008 18:00:47 +0000 (UTC)
	(envelope-from tkato432@yahoo.com)
Received: from msa102lp.auone-net.jp (msa102lp.auone-net.jp [222.3.140.165])
	by mx1.freebsd.org (Postfix) with ESMTP id 1BD748FC1F
	for <FreeBSD-gnats-submit@FreeBSD.org>; Sat, 21 Jun 2008 18:00:46 +0000 (UTC)
	(envelope-from tkato432@yahoo.com)
Received: from localhost.localdomain (U046236.ppp.dion.ne.jp [218.222.46.236])
	by msa102lp.auone-net.jp (au one net msa) with ESMTP id 194D24AC031
	for <FreeBSD-gnats-submit@FreeBSD.org>; Sun, 22 Jun 2008 03:00:43 +0900 (JST)
Message-Id: <20080622030010.bd8792f8.tkato432@yahoo.com>
Date: Sun, 22 Jun 2008 03:00:10 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: Update port: audio/enscribe to 0.1.0

>Number:         124843
>Category:       ports
>Synopsis:       Update port: audio/enscribe to 0.1.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 21 18:10:02 UTC 2008
>Closed-Date:    Mon Jun 23 11:05:39 UTC 2008
>Last-Modified:  Mon Jun 23 11:10:17 UTC 2008
>Originator:     KATO Tsuguru
>Release:        FreeBSD 6.3-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Update to version 0.1.0

Remove file:
pkg-plist

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/audio/enscribe/Makefile audio/enscribe/Makefile
--- /usr/ports/audio/enscribe/Makefile	2007-05-20 04:58:26.000000000 +0900
+++ audio/enscribe/Makefile	2008-06-21 04:15:14.000000000 +0900
@@ -5,21 +5,23 @@
 # $FreeBSD: ports/audio/enscribe/Makefile,v 1.5 2007/05/19 19:58:26 flz Exp $
 #
 
-PORTNAME=		enscribe
-PORTVERSION=		0.0.4
-PORTREVISION=		1
-CATEGORIES=		audio graphics
-MASTER_SITES=		http://www.coppercloudmusic.com/enscribe/
-EXTRACT_SUFX=		.tgz
-
-MAINTAINER=		ports@FreeBSD.org
-COMMENT=		Create digital audio watermark images from photographic images
-
-LIB_DEPENDS=		gd:${PORTSDIR}/graphics/gd \
-			png:${PORTSDIR}/graphics/png \
-			jpeg:${PORTSDIR}/graphics/jpeg \
-			freetype:${PORTSDIR}/print/freetype2 \
-			sndfile:${PORTSDIR}/audio/libsndfile
+PORTNAME=	enscribe
+PORTVERSION=	0.1.0
+CATEGORIES=	audio graphics
+MASTER_SITES=	http://www.coppercloudmusic.com/enscribe/
+EXTRACT_SUFX=	.tgz
+
+MAINTAINER=	ports@FreeBSD.org
+COMMENT=	Create digital audio watermark images from photographic images
+
+LIB_DEPENDS=	sndfile.1:${PORTSDIR}/audio/libsndfile \
+		gd.4:${PORTSDIR}/graphics/gd \
+		jpeg.9:${PORTSDIR}/graphics/jpeg \
+		png.5:${PORTSDIR}/graphics/png \
+		freetype.9:${PORTSDIR}/print/freetype2
+
+PORTDOCS=	README
+PLIST_FILES=	bin/enscribe
 
 do-build:
 	cd ${BUILD_WRKSRC}; ${CC} ${CFLAGS} \
@@ -29,7 +31,6 @@
 		-o enscribe enscribe.c
 
 do-install:
-	${MKDIR} ${PREFIX}/bin
 	${INSTALL_PROGRAM} ${WRKSRC}/enscribe ${PREFIX}/bin
 .if !defined(NOPORTDOCS)
 	${MKDIR} ${DOCSDIR}
diff -urN /usr/ports/audio/enscribe/distinfo audio/enscribe/distinfo
--- /usr/ports/audio/enscribe/distinfo	2006-01-22 17:12:41.000000000 +0900
+++ audio/enscribe/distinfo	2008-06-21 04:17:16.000000000 +0900
@@ -1,3 +1,3 @@
-MD5 (enscribe-0.0.4.tgz) = a132ab3616f33238d3eea7f2dc4b35b7
-SHA256 (enscribe-0.0.4.tgz) = 19ed27581efa8ff7e06fe1b021ae3a9263e7d0f79c39ae4078cbdaae16d5f602
-SIZE (enscribe-0.0.4.tgz) = 16655
+MD5 (enscribe-0.1.0.tgz) = 809b9706fb855ad8488e77b9d126970d
+SHA256 (enscribe-0.1.0.tgz) = ea9e9667fabe3f916c43d62b388b239d45a6e0b7f428ac41881808a211e7cc27
+SIZE (enscribe-0.1.0.tgz) = 724828
diff -urN /usr/ports/audio/enscribe/pkg-plist audio/enscribe/pkg-plist
--- /usr/ports/audio/enscribe/pkg-plist	2004-07-15 15:36:31.000000000 +0900
+++ audio/enscribe/pkg-plist	1970-01-01 09:00:00.000000000 +0900
@@ -1,3 +0,0 @@
-bin/enscribe
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Sat Jun 21 18:15:43 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=124843 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Mon Jun 23 11:05:38 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=124843 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/124843: commit references a PR
Date: Mon, 23 Jun 2008 11:05:42 +0000 (UTC)

 miwi        2008-06-23 11:05:31 UTC
 
   FreeBSD ports repository
 
   Modified files:
     audio/enscribe       Makefile distinfo 
   Removed files:
     audio/enscribe       pkg-plist 
   Log:
   - Update to 0.1.0
   
   PR:             124843
   Submitted by:   Ports Fury
   
   Revision  Changes    Path
   1.6       +17 -16    ports/audio/enscribe/Makefile
   1.4       +3 -3      ports/audio/enscribe/distinfo
   1.2       +0 -3      ports/audio/enscribe/pkg-plist (dead)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
