svn commit: r440985 - head/net/freediameter

Danilo G. Baio dbaio at FreeBSD.org
Tue May 16 00:02:43 UTC 2017


Author: dbaio
Date: Tue May 16 00:02:41 2017
New Revision: 440985
URL: https://svnweb.freebsd.org/changeset/ports/440985

Log:
  net/freediameter: Fix build and unbreak port
  
  Add new dependency dns/libidn for fix build [1]
  
  While here, add LICENSE_FILE and bump PORTREVISION.
  
  PR:		219145
  Submitted by:	Nikola Kolev <koue at chaosophia.net> (maintainer) [1]
  Reported by:	Vikash Badal <vikashb at where-ever.za.net>
  Approved by:	garga (mentor)
  Differential Revision:	https://reviews.freebsd.org/D10697

Modified:
  head/net/freediameter/Makefile

Modified: head/net/freediameter/Makefile
==============================================================================
--- head/net/freediameter/Makefile	Mon May 15 22:55:13 2017	(r440984)
+++ head/net/freediameter/Makefile	Tue May 16 00:02:41 2017	(r440985)
@@ -2,6 +2,7 @@
 
 PORTNAME=	freeDiameter
 PORTVERSION=	1.2.0
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	http://www.freediameter.net/hg/freeDiameter/archive/
 
@@ -9,11 +10,11 @@ MAINTAINER=	koue at chaosophia.net
 COMMENT=	Open source Diameter protocol implementation
 
 LICENSE=	BSD3CLAUSE
-
-BROKEN=		fails to configure
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libgcrypt.so:security/libgcrypt \
-		libgnutls.so:security/gnutls
+		libgnutls.so:security/gnutls \
+		libidn.so:dns/libidn
 
 USES=		cmake bison
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list