ports/136132: Update port: devel/srecord to 1.49
| From: | Edmondas Girkantas <eg@fbsd.lt> |
| Date: | Sun, 28 Jun 2009 14:35:28 GMT |
| Subject: | Update port: devel/srecord to 1.49 |
| Send-pr version: | www-3.1 |
| Number: | 136132 |
| Category: | ports |
| Synopsis: | Update port: devel/srecord to 1.49 |
| Severity: | non-critical |
| Priority: | low |
| Responsible: | freebsd-ports-bugs@FreeBSD.org |
| State: | closed |
| Class: | update |
| Arrival-Date: | Sun Jun 28 14:40:02 UTC 2009 |
| Closed-Date: | Wed Nov 18 12:56:09 UTC 2009 |
| Last-Modified: | Wed Nov 18 13:00:05 UTC 2009 |
| 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
- added dependency on boost library
- master site temporary changed to new location
| How-To-Repeat: |
| Fix: |
apply given patch
| Download patch.txt |
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: |
| State Changed | |
| From-To: | open->feedback |
| By: | edwin |
| When: | Sun Jun 28 14:40:12 UTC 2009 |
| Why: | Awaiting maintainers feedback (via the GNATS Auto Assign Tool) |
| Reply via E-mail | |
| From: | Edwin Groothuis <edwin@FreeBSD.org> |
| Date: | Sun, 28 Jun 2009 14:40:10 UT |
|
Maintainer of devel/srecord, Please note that PR ports/136132 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/136132 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org | |
| Responsible Changed | |
| From-To: | freebsd-ports-bugs->pgollucci |
| By: | pgollucci |
| When: | Fri Jul 17 01:44:58 UTC 2009 |
| Why: | maintainer timeout, 19 days |
| State Changed | |
| From-To: | feedback->open |
| By: | pgollucci |
| When: | Wed Jul 22 20:16:50 UTC 2009 |
| Why: | Maintainer timeout (14 days) |
| State Changed | |
| From-To: | open->feedback |
| By: | pgollucci |
| When: | Fri Jul 24 00:35:42 UTC 2009 |
| Why: | can you take a look at these errors, http://tb.p6m7g8.net/errors/8-CURRENT-amd64/srecord-1.49.log |
| Responsible Changed | |
| From-To: | pgollucci->freebsd-ports-bugs |
| By: | pgollucci |
| When: | Fri Jul 24 00:35:42 UTC 2009 |
| Why: | can you take a look at these errors, http://tb.p6m7g8.net/errors/8-CURRENT-amd64/srecord-1.49.log |
| Reply via E-mail | |||
| From: | "Edmondas Girkantas" <eg@fbsd.lt> | ||
| Date: | Wed, 5 Aug 2009 13:55:35 +0300 | ||
|
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
| |||
| State Changed | |
| From-To: | feedback->closed |
| By: | wen |
| When: | Wed Nov 18 12:56:08 UTC 2009 |
| Why: | Committed. Thanks! |
| Reply via E-mail | |
| From: | dfilter@FreeBSD.ORG (dfilter service) |
| Date: | Wed, 18 Nov 2009 12:54:36 +0000 (UTC) |
|
wen 2009-11-18 12:54:23 UTC FreeBSD ports repository Modified files: devel/srecord Makefile distinfo Log: - Update to 1.50 PR: ports/136132 Submitted by: Edmondas Girkantas <eg@fbsd.lt> Approved by: maintainer(timeout, >4 months) Revision Changes Path 1.4 +6 -1 ports/devel/srecord/Makefile 1.4 +3 -3 ports/devel/srecord/distinfo _______________________________________________ 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: |
