Date: Sun, 22 Jun 2008 03:00:10 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/124843: Update port: audio/enscribe to 0.1.0 Message-ID: <20080622030010.bd8792f8.tkato432@yahoo.com> Resent-Message-ID: <200806211810.m5LIA2mc009561@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 124843 >Category: ports >Synopsis: Update port: audio/enscribe to 0.1.0 >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: Sat Jun 21 18:10:02 UTC 2008 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080622030010.bd8792f8.tkato432>