Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 May 2012 21:11:24 GMT
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/167719: devel/libparserutils update to 0.1.1
Message-ID:  <201205082111.q48LBOXs024318@red.freebsd.org>
Resent-Message-ID: <201205082120.q48LK86X068162@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         167719
>Category:       ports
>Synopsis:       devel/libparserutils update to 0.1.1
>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:   Tue May 08 21:20:08 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Pawel Pekala
>Release:        FreeBSD 10.0-CURRENT
>Organization:
>Environment:
FreeBSD blaviken.slowicza.org 10.0-CURRENT FreeBSD 10.0-CURRENT #1: Sat May  5 13:30:03 CEST 2012     corn@blaviken.slowicza.org:/usr/obj/usr/src/sys/BLAVIKEN  i386
>Description:
- Update to version 0.1.1
- Use modern bsd.port.options.mk for options
- Fetch distfile from official site

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -urN /usr/ports/devel/libparserutils/Makefile ./Makefile
--- /usr/ports/devel/libparserutils/Makefile	2011-10-03 21:35:23.000000000 +0200
+++ ./Makefile	2012-05-07 22:06:18.000000000 +0200
@@ -6,9 +6,10 @@
 #
 
 PORTNAME=	libparserutils
-PORTVERSION=	0.1.0
+PORTVERSION=	0.1.1
 CATEGORIES=	devel
-MASTER_SITES=	http://www.rurs.us/fbsd/ports/
+MASTER_SITES=	http://www.netsurf-browser.org/projects/releases/
+DISTNAME=	${PORTNAME}-${PORTVERSION}-src
 
 MAINTAINER=	unobe@cpan.org
 COMMENT=	A library useful when writing parsers (formerly a part of NetSurf)
@@ -18,12 +19,14 @@
 CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
+
 OPTIONS=	ICONV	"Adds iconv support"			On \
 		STATIC	"Build statically linked library"	On \
 		TEST	"Enable tests"				On \
 		DOXYGEN	"Build Doxygen Documentation"		On
 
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
 
 .if defined(WITH_ICONV)
 CFLAGS+=	-DWITH_ICONV_FILTER
@@ -53,4 +56,4 @@
 MAKE_ENV+=	PATH=${PATH}
 .endif
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff -urN /usr/ports/devel/libparserutils/distinfo ./distinfo
--- /usr/ports/devel/libparserutils/distinfo	2011-10-03 21:35:23.000000000 +0200
+++ ./distinfo	2012-05-07 22:04:57.000000000 +0200
@@ -1,2 +1,2 @@
-SHA256 (libparserutils-0.1.0.tar.gz) = 15c92598e4ecd2fcd27d421eeadf896f7ba6eb284de7b2c6f2418529b0f8325b
-SIZE (libparserutils-0.1.0.tar.gz) = 85017
+SHA256 (libparserutils-0.1.1-src.tar.gz) = 2d3f1887d3027b7df1fcacd5f74aba16d3c22a86c169816cd712857a1be0aaf3
+SIZE (libparserutils-0.1.1-src.tar.gz) = 94856


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205082111.q48LBOXs024318>