diff options
author | ale <ale@FreeBSD.org> | 2006-03-08 00:27:27 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2006-03-08 00:27:27 +0800 |
commit | 27122e55ea0641c216dde90696e296193b5c4115 (patch) | |
tree | 82f0866fd45e044280585fc11ccae5bf5804bdbb /dns | |
parent | 85fd3c8df830ee2299cc8318170cec9b3ef78c29 (diff) | |
download | freebsd-ports-gnome-27122e55ea0641c216dde90696e296193b5c4115.tar.gz freebsd-ports-gnome-27122e55ea0641c216dde90696e296193b5c4115.tar.zst freebsd-ports-gnome-27122e55ea0641c216dde90696e296193b5c4115.zip |
Fix rcNG startup ordering and bump PORTREVISION.
Approved by: portmgr (clement)
Diffstat (limited to 'dns')
-rw-r--r-- | dns/mydns-ng/Makefile | 1 | ||||
-rw-r--r-- | dns/mydns-ng/files/mydns.sh.in | 3 | ||||
-rw-r--r-- | dns/mydns/Makefile | 1 | ||||
-rw-r--r-- | dns/mydns/files/mydns.sh.in | 3 |
4 files changed, 4 insertions, 4 deletions
diff --git a/dns/mydns-ng/Makefile b/dns/mydns-ng/Makefile index 0620d4676317..95e77a3cc8c2 100644 --- a/dns/mydns-ng/Makefile +++ b/dns/mydns-ng/Makefile @@ -7,6 +7,7 @@ PORTNAME= mydns PORTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= dns databases MASTER_SITES= http://mydns.bboy.net/download/ diff --git a/dns/mydns-ng/files/mydns.sh.in b/dns/mydns-ng/files/mydns.sh.in index 572f96630bc6..c4332e643140 100644 --- a/dns/mydns-ng/files/mydns.sh.in +++ b/dns/mydns-ng/files/mydns.sh.in @@ -4,8 +4,7 @@ # # PROVIDE: mydns -# REQUIRE: NETWORKING SERVERS -# BEFORE: DAEMON +# REQUIRE: DAEMON mysql postgresql # KEYWORD: shutdown # diff --git a/dns/mydns/Makefile b/dns/mydns/Makefile index 0620d4676317..95e77a3cc8c2 100644 --- a/dns/mydns/Makefile +++ b/dns/mydns/Makefile @@ -7,6 +7,7 @@ PORTNAME= mydns PORTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= dns databases MASTER_SITES= http://mydns.bboy.net/download/ diff --git a/dns/mydns/files/mydns.sh.in b/dns/mydns/files/mydns.sh.in index 572f96630bc6..c4332e643140 100644 --- a/dns/mydns/files/mydns.sh.in +++ b/dns/mydns/files/mydns.sh.in @@ -4,8 +4,7 @@ # # PROVIDE: mydns -# REQUIRE: NETWORKING SERVERS -# BEFORE: DAEMON +# REQUIRE: DAEMON mysql postgresql # KEYWORD: shutdown # |