svn commit: r396614 - head/dns/openresolv

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Sep 10 22:46:43 UTC 2015


Author: amdmi3
Date: Thu Sep 10 22:46:42 2015
New Revision: 396614
URL: https://svnweb.freebsd.org/changeset/ports/396614

Log:
  - Add NO_ARCH
  - Add empty directory to plist
  - Whitespace fixes
  
  Approved by:	portmgr blanket

Modified:
  head/dns/openresolv/Makefile
  head/dns/openresolv/pkg-plist

Modified: head/dns/openresolv/Makefile
==============================================================================
--- head/dns/openresolv/Makefile	Thu Sep 10 22:46:16 2015	(r396613)
+++ head/dns/openresolv/Makefile	Thu Sep 10 22:46:42 2015	(r396614)
@@ -3,18 +3,19 @@
 
 PORTNAME=	openresolv
 PORTVERSION=	1.1
+PORTREVISION=	1
 CATEGORIES=	dns
-MASTER_SITES= http://roy.marples.name/downloads/openresolv/ \
+MASTER_SITES=	http://roy.marples.name/downloads/openresolv/ \
 		ftp://roy.marples.name/pub/openresolv/
 
 MAINTAINER=	roy at marples.name
 COMMENT=	Resolvconf compatible framework for managing resolv.conf
 
-USES=	tar:bzip2
+USES=		tar:bzip2
+NO_ARCH=	yes
 
 SUB_FILES=	pkg-deinstall pkg-message
 PKGDEINSTALL=	${WRKDIR}/pkg-deinstall
 PKGMESSAGE=	${WRKDIR}/pkg-message
 
-
 .include <bsd.port.mk>

Modified: head/dns/openresolv/pkg-plist
==============================================================================
--- head/dns/openresolv/pkg-plist	Thu Sep 10 22:46:16 2015	(r396613)
+++ head/dns/openresolv/pkg-plist	Thu Sep 10 22:46:42 2015	(r396614)
@@ -6,3 +6,4 @@ etc/resolvconf/update.d/libc
 etc/resolvconf/update.d/dnsmasq
 etc/resolvconf/update.d/named
 man/man8/resolvconf.8.gz
+ at dir /var/run/resolvconf


More information about the svn-ports-all mailing list