svn commit: r355662 - head/dns/ironsides
John Marino
marino at FreeBSD.org
Wed May 28 23:34:23 UTC 2014
Author: marino
Date: Wed May 28 23:34:22 2014
New Revision: 355662
URL: http://svnweb.freebsd.org/changeset/ports/355662
QAT: https://qat.redports.org/buildarchive/r355662/
Log:
dns/ironsides: USES+= zip
Modified:
head/dns/ironsides/Makefile
Modified: head/dns/ironsides/Makefile
==============================================================================
--- head/dns/ironsides/Makefile Wed May 28 23:32:55 2014 (r355661)
+++ head/dns/ironsides/Makefile Wed May 28 23:34:22 2014 (r355662)
@@ -6,7 +6,7 @@ PORTVERSION= ${SNAPSHOT:S/_//g}
PORTREVISION= 1
CATEGORIES= dns
MASTER_SITES= http://ironsides.martincarlisle.com/
-DISTFILES= ironsides_authoritative-${SNAPSHOT}.zip
+DISTNAME= ironsides_authoritative-${SNAPSHOT}
MAINTAINER= marino at FreeBSD.org
COMMENT= Authoritative DNS server formally verified by SPARK/Ada
@@ -18,7 +18,7 @@ LICENSE_PERMS= dist-mirror dist-sell pkg
BUILD_DEPENDS= ${LOCALBASE}/include/spark2012/spark.ads:${PORTSDIR}/devel/libspark2012
-USES= ada dos2unix
+USES= ada dos2unix zip
DOS2UNIX_FILES= dfcs.usafa.edu.zonefile ironsides.1
SNAPSHOT= 2014_02_20
WRKSRC= ${WRKDIR}/${DISTFILES:S/.zip//}
More information about the svn-ports-all
mailing list