svn commit: r324111 - head/net/quagga

William Grzybowski wg at FreeBSD.org
Thu Aug 1 15:35:54 UTC 2013


Author: wg
Date: Thu Aug  1 15:35:53 2013
New Revision: 324111
URL: http://svnweb.freebsd.org/changeset/ports/324111

Log:
  net/quagga: update to 0.99.22.3
  
  - Update to 0.99.22.3 [1]
  - USES gmake
  - Remove useless options include
  
  Changes: http://savannah.c3sl.ufpr.br//quagga/quagga-0.99.22.3.changelog.txt
  
  PR:		ports/180962 [1]
  Submitted by:	Kurt Jaeger <fbsd-ports opsec.eu>
  Approved by:	maintainer

Modified:
  head/net/quagga/Makefile
  head/net/quagga/distinfo

Modified: head/net/quagga/Makefile
==============================================================================
--- head/net/quagga/Makefile	Thu Aug  1 14:56:44 2013	(r324110)
+++ head/net/quagga/Makefile	Thu Aug  1 15:35:53 2013	(r324111)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	quagga
-PORTVERSION=	0.99.22
-PORTREVISION=	2
+PORTVERSION=	0.99.22.3
 CATEGORIES=	net ipv6
 MASTER_SITES=	SAVANNAH
 MASTER_SITE_SUBDIR=	quagga
@@ -17,10 +16,10 @@ LICENSE=	GPLv2
 
 CONFLICTS=	openbgpd-[0-9]* openospfd-[0-9]* zebra-0* quagga-re-[0-9]*
 
+USES=		gmake
 USE_AUTOTOOLS=	libtool autoheader aclocal
 ACLOCAL_ARGS=	-I${LOCALBASE}/share/aclocal
 BUILD_DEPENDS+=	gawk:${PORTSDIR}/lang/gawk
-USE_GMAKE=	yes
 USE_LDCONFIG=	yes
 USE_PERL5_BUILD=yes
 FETCH_ARGS=	-Fpr
@@ -41,8 +40,6 @@ DLMALLOC_DESC=		Use dlmalloc (makes bgpd
 NO_BGP_ANNOUNCE_DESC=	Turn off BGP route announcement
 OSPF_NEXTHOP_DESC=	Set ip next-hop in OSPF route maps
 
-.include <bsd.port.options.mk>
-
 .include <bsd.port.pre.mk>
 
 CFLAGS+=	-I${LOCALBASE}/include

Modified: head/net/quagga/distinfo
==============================================================================
--- head/net/quagga/distinfo	Thu Aug  1 14:56:44 2013	(r324110)
+++ head/net/quagga/distinfo	Thu Aug  1 15:35:53 2013	(r324111)
@@ -1,2 +1,2 @@
-SHA256 (quagga-0.99.22.tar.gz) = 5e5f5506e9e53daf785e8bf2dc41ba09a13e6f45b558de4351fe08da8c6a75bd
-SIZE (quagga-0.99.22.tar.gz) = 2351197
+SHA256 (quagga-0.99.22.3.tar.gz) = 719c60a54345e281e467d1f523e136ecd76b6da005429ffd498dfae6795526a2
+SIZE (quagga-0.99.22.3.tar.gz) = 2363963


More information about the svn-ports-all mailing list