svn commit: r363645 - in head/dns/dnsmasq: . files

Matthias Andree mandree at FreeBSD.org
Thu Jul 31 17:56:46 UTC 2014


Author: mandree
Date: Thu Jul 31 17:56:45 2014
New Revision: 363645
URL: http://svnweb.freebsd.org/changeset/ports/363645
QAT: https://qat.redports.org/buildarchive/r363645/

Log:
  Add ldconfig to rc.d script requisites to make sure we can link to,
  say, libnettle.so.
  
  Submitted by:	Allen Hewes

Modified:
  head/dns/dnsmasq/Makefile
  head/dns/dnsmasq/files/dnsmasq.in

Modified: head/dns/dnsmasq/Makefile
==============================================================================
--- head/dns/dnsmasq/Makefile	Thu Jul 31 17:46:14 2014	(r363644)
+++ head/dns/dnsmasq/Makefile	Thu Jul 31 17:56:45 2014	(r363645)
@@ -3,6 +3,7 @@
 
 PORTNAME=	dnsmasq
 DISTVERSION=	2.71
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	dns ipv6
 MASTER_SITES=	http://www.thekelleys.org.uk/dnsmasq/ \

Modified: head/dns/dnsmasq/files/dnsmasq.in
==============================================================================
--- head/dns/dnsmasq/files/dnsmasq.in	Thu Jul 31 17:46:14 2014	(r363644)
+++ head/dns/dnsmasq/files/dnsmasq.in	Thu Jul 31 17:56:45 2014	(r363645)
@@ -3,7 +3,7 @@
 # $FreeBSD$
 #
 # PROVIDE: dnsmasq
-# REQUIRE: SERVERS
+# REQUIRE: SERVERS ldconfig
 # BEFORE:  DAEMON named
 # KEYWORD: shutdown
 #


More information about the svn-ports-head mailing list