summaryrefslogtreecommitdiffstats
path: root/net/mpd
diff options
context:
space:
mode:
authorarchie <archie@FreeBSD.org>2004-05-04 16:21:30 +0000
committerarchie <archie@FreeBSD.org>2004-05-04 16:21:30 +0000
commita1c633fa37bc4d9608b0ee551da795b133719952 (patch)
tree0446d88468397337ba5e78bb1c8c774421657cc2 /net/mpd
parentb280e9b20dc41693743869967630a9bf38af2f1d (diff)
downloadFreeBSD-ports-a1c633fa37bc4d9608b0ee551da795b133719952.zip
FreeBSD-ports-a1c633fa37bc4d9608b0ee551da795b133719952.tar.gz
Update to version 3.18; this also fixes build failure on -current.
Diffstat (limited to 'net/mpd')
-rw-r--r--net/mpd/Makefile3
-rw-r--r--net/mpd/distinfo2
-rw-r--r--net/mpd/files/patch-aa17
3 files changed, 2 insertions, 20 deletions
diff --git a/net/mpd/Makefile b/net/mpd/Makefile
index 0534e9f..63b880c 100644
--- a/net/mpd/Makefile
+++ b/net/mpd/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= mpd
-PORTVERSION= 3.17
-PORTREVISION= 1
+PORTVERSION= 3.18
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= archie
diff --git a/net/mpd/distinfo b/net/mpd/distinfo
index 953e1899..93939e6 100644
--- a/net/mpd/distinfo
+++ b/net/mpd/distinfo
@@ -1 +1 @@
-MD5 (mpd-3.17.tar.gz) = 17182ff64d71e98b69a5153e0e06c196
+MD5 (mpd-3.18.tar.gz) = 4fdd913870dc29f29eed8f0442cd54bb
diff --git a/net/mpd/files/patch-aa b/net/mpd/files/patch-aa
deleted file mode 100644
index 90527d6..0000000
--- a/net/mpd/files/patch-aa
+++ /dev/null
@@ -1,17 +0,0 @@
-Index: src/pppoe.c
-===================================================================
-RCS file: /cvsroot/mpd/mpd/src/pppoe.c,v
-retrieving revision 1.9
-diff -u -r1.9 pppoe.c
---- src/pppoe.c 19 Dec 2003 14:34:57 -0000 1.9
-+++ src/pppoe.c 12 Apr 2004 22:32:07 -0000
-@@ -222,6 +222,9 @@
- return;
- };
-
-+ /* Create PPPOE node if necessary */
-+ PppoeNodeUpdate();
-+
- /* Create a new netgraph node */
- if (NgMkSockNode(NULL, &pe->csock, &pe->dsock) < 0) {
- Log(LG_ERR, ("[%s] PPPoE can't create ctrl socket: %s",
OpenPOWER on IntegriCloud