Date: Wed, 16 Jan 2008 14:46:43 GMT From: Felippe de Meirelles Motta <lippemail@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/119717: [UPDATE] devel/srecord Message-ID: <200801161446.m0GEkh7A020760@www.freebsd.org> Resent-Message-ID: <200801161450.m0GEo4KI087620@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 119717 >Category: ports >Synopsis: [UPDATE] devel/srecord >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Jan 16 14:50:03 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Felippe de Meirelles Motta >Release: FreeBSD 7.0-PRERELEASE amd64 >Organization: >Environment: System: FreeBSD 7.0-PRERELEASE #0: Thu Jan 10 01:55:37 BRST 2008 lippe@shire.freebsd.org:/usr/obj/usr/src/sys/GENERIC >Description: - Updated to 1.37 version; - Remove duplicated entry for MASTER_SITES; - Respect now PORTDOCS >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/srecord/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 13 Aug 2007 14:31:16 -0000 1.1 +++ Makefile 16 Jan 2008 14:38:11 -0000 @@ -7,10 +7,9 @@ # PORTNAME= srecord -PORTVERSION= 1.36 +PORTVERSION= 1.37 CATEGORIES= devel -MASTER_SITES= SF \ - http://srecord.sourceforge.net/ +MASTER_SITES= SF MAINTAINER= abwang@gmail.com COMMENT= A collection of powerful tools for manipulating EPROM load files @@ -57,6 +56,14 @@ srec_vmem.5 \ srec_wilson.5 +DOCS= BUILDING LICENSE README + +do-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${DOCSDIR} +.endif + test: @cd ${WRKSRC} && ${MAKE} sure Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/srecord/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 13 Aug 2007 14:31:16 -0000 1.1 +++ distinfo 16 Jan 2008 14:38:11 -0000 @@ -1,3 +1,3 @@ -MD5 (srecord-1.36.tar.gz) = 8fce124d47f23b4aa187c3b8eebc9fd7 -SHA256 (srecord-1.36.tar.gz) = f225f2ac6b90d2fb5137dc3fc6c5f88ef89d5755dacfe1c83e7f0286b3a69ea2 -SIZE (srecord-1.36.tar.gz) = 462990 +MD5 (srecord-1.37.tar.gz) = a93248bc8758d090ec74429b397fc01f +SHA256 (srecord-1.37.tar.gz) = dd0ac84fc2a83367679f64cf64eccc6a75b12e888af376ff8705c8f2f8e01b02 +SIZE (srecord-1.37.tar.gz) = 465570 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801161446.m0GEkh7A020760>