svn commit: r306009 - head/net/uriparser

Jason E. Hale jhale at FreeBSD.org
Wed Oct 17 11:33:04 UTC 2012


Author: jhale
Date: Wed Oct 17 11:33:04 2012
New Revision: 306009
URL: http://svn.freebsd.org/changeset/ports/306009

Log:
  - Update to 0.7.7 [1]
  - Remove unneeded pkgconf dependency
  - Trim Makefile header
  
  PR:		ports/171383
  Submitted by:	soulcatcher <soulcatcher13 at gmail.com> [1]
  Approved by:	maintainer timeout (5 weeks) [1]
  		makc, avilla (mentors, implicit)
  Feature safe:	yes

Modified:
  head/net/uriparser/Makefile   (contents, props changed)
  head/net/uriparser/distinfo   (contents, props changed)

Modified: head/net/uriparser/Makefile
==============================================================================
--- head/net/uriparser/Makefile	Wed Oct 17 10:37:45 2012	(r306008)
+++ head/net/uriparser/Makefile	Wed Oct 17 11:33:04 2012	(r306009)
@@ -1,12 +1,8 @@
-# New ports collection makefile for:	uriparser
-# Date Created:				31 Mar 2007
-# Whom:					Ed Schouten <ed at fxq.nl>
-#
+# Created by: Ed Schouten <ed at fxq.nl>
 # $FreeBSD$
-#
 
 PORTNAME=	uriparser
-PORTVERSION=	0.7.5
+PORTVERSION=	0.7.7
 CATEGORIES=	net
 MASTER_SITES=	SF/${PORTNAME}/Sources/${PORTVERSION}
 
@@ -17,7 +13,6 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--disable-doc --disable-test
 
 USE_BZIP2=	yes
-USE_GNOME=	pkgconfig
 USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes
 

Modified: head/net/uriparser/distinfo
==============================================================================
--- head/net/uriparser/distinfo	Wed Oct 17 10:37:45 2012	(r306008)
+++ head/net/uriparser/distinfo	Wed Oct 17 11:33:04 2012	(r306009)
@@ -1,2 +1,2 @@
-SHA256 (uriparser-0.7.5.tar.bz2) = 2a963348fb797475e9d7188da46af0a9b6e676d5ab98458f2799d352d56d5be4
-SIZE (uriparser-0.7.5.tar.bz2) = 408363
+SHA256 (uriparser-0.7.7.tar.bz2) = 868cbcd71ffe875e13034a11d0c96243cbd533b934894fd2a03539eadf0d7800
+SIZE (uriparser-0.7.7.tar.bz2) = 428783


More information about the svn-ports-all mailing list