diff options
author | Eugene Grosbein <eugen@FreeBSD.org> | 2018-10-13 14:59:41 +0000 |
---|---|---|
committer | Eugene Grosbein <eugen@FreeBSD.org> | 2018-10-13 14:59:41 +0000 |
commit | 7302ab34d1ce533e78ffc826da2e35d6522870bd (patch) | |
tree | b173933e412c2615e0f9bc6bfc70fb7b5a97f8dc | |
parent | 5231b3d99f23ab15a91ed21a1e0b32681f73315c (diff) |
Notes
-rw-r--r-- | net/mpd5/Makefile | 2 | ||||
-rw-r--r-- | net/mpd5/files/mpd5.in | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net/mpd5/Makefile b/net/mpd5/Makefile index 149c152c04ac..1f70a6fc8568 100644 --- a/net/mpd5/Makefile +++ b/net/mpd5/Makefile @@ -3,7 +3,7 @@ PORTNAME= mpd DISTVERSION= 5.8 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/Mpd5/Mpd-${PORTVERSION} PKGNAMESUFFIX= 5 diff --git a/net/mpd5/files/mpd5.in b/net/mpd5/files/mpd5.in index 1708b3c9f820..01428558ce06 100644 --- a/net/mpd5/files/mpd5.in +++ b/net/mpd5/files/mpd5.in @@ -3,8 +3,8 @@ # $FreeBSD$ # # PROVIDE: mpd5 -# REQUIRE: SERVERS -# BEFORE: DAEMON +# REQUIRE: netif +# BEFORE: routing # KEYWORD: shutdown # # Add the following lines to /etc/rc.conf to enable mpd5: |