[Midnightbsd-cvs] CVS Commit: www/links: Really update to p29.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Aug 5 02:05:43 EDT 2007
Log Message:
-----------
Really update to p29.
Modified Files:
--------------
mports/www/links:
Makefile (r1.5 -> r1.6)
distinfo (r1.2 -> r1.3)
Removed Files:
-------------
mports/www/links/files:
patch-regexp.c
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/www/links/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -Lwww/links/Makefile -Lwww/links/Makefile -u -r1.5 -r1.6
--- www/links/Makefile
+++ www/links/Makefile
@@ -7,11 +7,12 @@
#
PORTNAME= links
-PORTVERSION= 2.1.p28
+PORTVERSION= 2.1.p29
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES?= www
MASTER_SITES= http://links.twibright.com/download/
-DISTNAME= ${PORTNAME}-2.1pre28
+DISTNAME= ${PORTNAME}-2.1pre29
MAINTAINER?= ports at MidnightBSD.org
COMMENT= Lynx-like text WWW browser
Index: distinfo
===================================================================
RCS file: /home/cvs/mports/www/links/distinfo,v
retrieving revision 1.2
retrieving revision 1.3
diff -Lwww/links/distinfo -Lwww/links/distinfo -u -r1.2 -r1.3
--- www/links/distinfo
+++ www/links/distinfo
@@ -1,3 +1,3 @@
-MD5 (links-2.1pre28.tar.bz2) = 815afe558dd548258eeb03b01cce01ce
-SHA256 (links-2.1pre28.tar.bz2) = 203531be7c84ebe3a5d53c6d6cda4f4a27626dec620ec5aa8926414d0bee5995
-SIZE (links-2.1pre28.tar.bz2) = 3915943
+MD5 (links-2.1pre29.tar.bz2) = db906aafc81ff5a04897e3f58fa56837
+SHA256 (links-2.1pre29.tar.bz2) = f507e12b47296c7124622f5a3f9658615219505bd70721d762f03ac3b954f2c7
+SIZE (links-2.1pre29.tar.bz2) = 3804196
--- www/links/files/patch-regexp.c
+++ /dev/null
@@ -1,19 +0,0 @@
---- regexp.c~ Fri Nov 25 02:38:35 2005
-+++ regexp.c Tue Jan 24 12:39:04 2006
-@@ -148,6 +148,7 @@
- #ifdef HAVE_PCRE
- const char *er_ptr;
- int erroffset;
-+ pcre *ppat;
- #else
- regmatch_t pmat[MAXCAPTURE/3];
- regex_t ppat_data;
-@@ -197,7 +198,7 @@
- #endif /* REGEX_DEBUG */
-
- #ifdef HAVE_PCRE
-- pcre *ppat = pcre_compile(pom, 0/*PCRE_ANCHORED*/, &er_ptr, &erroffset, NULL);
-+ ppat = pcre_compile(pom, 0/*PCRE_ANCHORED*/, &er_ptr, &erroffset, NULL);
- pcre_free(pom);
- #else /* HAVE_PCRE */
- ppat = &ppat_data;
More information about the Midnightbsd-cvs
mailing list