Date: Sun, 28 Jun 2009 14:35:28 GMT From: Edmondas Girkantas <eg@fbsd.lt> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/136132: Update port: devel/srecord to 1.49 Message-ID: <200906281435.n5SEZSxp045896@www.freebsd.org> Resent-Message-ID: <200906281440.n5SEe2pm053583@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 136132 >Category: ports >Synopsis: Update port: devel/srecord to 1.49 >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: Sun Jun 28 14:40:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Edmondas Girkantas >Release: 7.2-RELEASE-p1 >Organization: >Environment: FreeBSD big.bug.lt 7.2-RELEASE-p1 FreeBSD 7.2-RELEASE-p1 #0: Tue Jun 9 21:30:43 UTC 2009 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: - port updated to 1.49 version - added dependency on boost library - master site temporary changed to new location >How-To-Repeat: >Fix: apply given patch Patch attached with submission follows: diff -ruN srecord.orig/Makefile srecord/Makefile --- srecord.orig/Makefile 2009-06-28 04:26:15.000000000 +0300 +++ srecord/Makefile 2009-06-28 17:09:50.000000000 +0300 @@ -7,15 +7,21 @@ # PORTNAME= srecord -PORTVERSION= 1.39 +PORTVERSION= 1.49 CATEGORIES= devel -MASTER_SITES= SF +#MASTER_SITES= SF +MASTER_SITES= http://srecord.sourceforge.net/ MAINTAINER= abwang@gmail.com COMMENT= A collection of powerful tools for manipulating EPROM load files +BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost + GNU_CONFIGURE= yes +CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib" \ + CPPFLAGS="-I${LOCALBASE}/include" + PLIST_FILES= bin/srec_cat \ bin/srec_cmp \ bin/srec_info diff -ruN srecord.orig/distinfo srecord/distinfo --- srecord.orig/distinfo 2009-06-28 04:26:15.000000000 +0300 +++ srecord/distinfo 2009-06-28 17:09:55.000000000 +0300 @@ -1,3 +1,3 @@ -MD5 (srecord-1.39.tar.gz) = d96f65f0dc4f3d461374ec2e40cdfd77 -SHA256 (srecord-1.39.tar.gz) = 42f9e880fa7b7c935bd6c0eb7a1ceacbed6f95e6b85db361c6b036586c248ada -SIZE (srecord-1.39.tar.gz) = 466130 +MD5 (srecord-1.49.tar.gz) = 1d8bae97cc605b84d107b54fa5b07606 +SHA256 (srecord-1.49.tar.gz) = 97f92e23b4c950c20463de12743cf52a4c84f5336e2a2b10a969b0061dd7d2e0 +SIZE (srecord-1.49.tar.gz) = 580313 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906281435.n5SEZSxp045896>