Bug 96701 - Update port: devel/libsigsegv to 2.3
Summary: Update port: devel/libsigsegv to 2.3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Hye-Shik Chang
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-03 07:20 UTC by Vasil Dimov
Modified: 2006-05-04 15:27 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vasil Dimov freebsd_committer freebsd_triage 2006-05-03 07:20:16 UTC
* Update devel/libsigsegv from 2.2 to 2.3
* Fix innocent configure warning

Fix: 

-- 
Vasil Dimov
gro.DSBeerF@dv

Testing can show the presence of bugs, but not their absence.
                -- Edsger W. Dijkstra--PgJekYV9U4Cs2MTcpICvsWHDwpoGSltfMqR6ZpELDkc90OSD
Content-Type: text/plain; name="libsigsegv_2.2-2.3.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="libsigsegv_2.2-2.3.diff"

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/libsigsegv/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile	19 Jan 2006 23:51:41 -0000	1.5
+++ Makefile	3 May 2006 06:07:02 -0000
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	libsigsegv
-PORTVERSION=	2.2
-PORTREVISION=	1
+PORTVERSION=	2.3
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	libsigsegv
@@ -16,6 +15,7 @@
 COMMENT=	Handling page faults in user mode
 
 GNU_CONFIGURE=	yes
+CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 
 .include <bsd.port.pre.mk>
 
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/devel/libsigsegv/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo	22 Jan 2006 08:28:27 -0000	1.3
+++ distinfo	3 May 2006 06:07:02 -0000
@@ -1,3 +1,3 @@
-MD5 (libsigsegv-2.2.tar.gz) = d914c40c4bf2bff9ba60b37bbc5fc226
-SHA256 (libsigsegv-2.2.tar.gz) = 8c90a40dbbf3c28b71c0168bda14b8ee6fc5a503dfcba1d5180d38dd3ae75fa5
-SIZE (libsigsegv-2.2.tar.gz) = 361450
+MD5 (libsigsegv-2.3.tar.gz) = 81b3c50e18a29be0bc08173e74860d05
+SHA256 (libsigsegv-2.3.tar.gz) = d9ce9dd7de813eb2b8baf4a51b9f65963e0948f2c9b9adb7294e4aa94b3db4e0
+SIZE (libsigsegv-2.3.tar.gz) = 372407
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-05-03 07:24:30 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perky

Over to maintainer
Comment 2 Hye-Shik Chang freebsd_committer freebsd_triage 2006-05-04 15:23:18 UTC
State Changed
From-To: open->closed

Committed. Thank you!