Date: Wed, 5 Aug 2009 11:00:16 GMT From: "Edmondas Girkantas" <eg@fbsd.lt> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/136132: Update port: devel/srecord to 1.49 Message-ID: <200908051100.n75B0GFs098177@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/136132; it has been noted by GNATS. From: "Edmondas Girkantas" <eg@fbsd.lt> To: bug-followup@FreeBSD.org, eg@fbsd.lt Cc: Subject: Re: ports/136132: Update port: devel/srecord to 1.49 Date: Wed, 5 Aug 2009 13:55:35 +0300 ------=_20090805135535_96493 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Hi, I made a new patch for this port. There was missing dependency on libgcrypt. Now it should compile correctly. Also I want to be maintainer of this port. Edmondas ------=_20090805135535_96493 Content-Type: text/plain; name="srecord.diff.txt" Content-Transfer-Encoding: 8bit Content-Disposition: attachment; filename="srecord.diff.txt" diff -ruN srecord.orig/Makefile srecord/Makefile --- srecord.orig/Makefile 2009-08-05 09:20:30.000000000 +0300 +++ srecord/Makefile 2009-08-05 09:19:11.000000000 +0300 @@ -7,14 +7,19 @@ # PORTNAME= srecord -PORTVERSION= 1.39 +PORTVERSION= 1.50 CATEGORIES= devel MASTER_SITES= SF -MAINTAINER= abwang@gmail.com +MAINTAINER= eg@fbsd.lt COMMENT= A collection of powerful tools for manipulating EPROM load files +BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS= gcrypt.16:${PORTSDIR}/security/libgcrypt + GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" PLIST_FILES= bin/srec_cat \ bin/srec_cmp \ diff -ruN srecord.orig/distinfo srecord/distinfo --- srecord.orig/distinfo 2009-08-05 09:20:30.000000000 +0300 +++ srecord/distinfo 2009-08-05 09:19:11.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.50.tar.gz) = 32e325f6f66e0abdc70903497d05c992 +SHA256 (srecord-1.50.tar.gz) = 038882e15c32e7afce2de3ca8a3a74716c95b093f78f9a06c967cecf5d6a8798 +SIZE (srecord-1.50.tar.gz) = 590969 ------=_20090805135535_96493--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908051100.n75B0GFs098177>