From 70dd0de8ee8c0930730b488cfd5b8fabe2326151 Mon Sep 17 00:00:00 2001 From: Gleb Smirnoff Date: Tue, 24 Jan 2006 09:28:22 +0000 Subject: Update to new beta release of mpd4 - 4.0b4. Several important bugfixes has been made in this release. Also the new release introduces better integration with new nodes in RELENG_6 branch - ng_tcpmss(4) and ng_netflow(4). Approved by: archie --- net/mpd5/Makefile | 5 ++--- net/mpd5/distinfo | 6 +++--- net/mpd5/files/patch-src::Makefile | 26 -------------------------- net/mpd5/pkg-descr | 2 +- net/mpd5/pkg-plist | 1 + 5 files changed, 7 insertions(+), 33 deletions(-) delete mode 100644 net/mpd5/files/patch-src::Makefile (limited to 'net/mpd5') diff --git a/net/mpd5/Makefile b/net/mpd5/Makefile index b0c296889131..1ce43271ea3d 100644 --- a/net/mpd5/Makefile +++ b/net/mpd5/Makefile @@ -6,11 +6,10 @@ # PORTNAME= mpd4 -PORTVERSION= 4.0b3 -PORTREVISION= 1 +PORTVERSION= 4.0b4 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= archie +MASTER_SITE_SUBDIR= glebius DIST_SUBDIR= mpd4 MAINTAINER= archie@freebsd.org diff --git a/net/mpd5/distinfo b/net/mpd5/distinfo index 107957911539..b75129016fef 100644 --- a/net/mpd5/distinfo +++ b/net/mpd5/distinfo @@ -1,3 +1,3 @@ -MD5 (mpd4/mpd4-4.0b3.tar.gz) = 47861ee1ecabaedcdbc2a5c2f39c6a05 -SHA256 (mpd4/mpd4-4.0b3.tar.gz) = 2bf948202754dda81e4f440d8a980a8c9bd8b531ae66d5a556419aac09812025 -SIZE (mpd4/mpd4-4.0b3.tar.gz) = 354259 +SIZE (mpd4/mpd4-4.0b4.tar.gz) = 338472 +MD5 (mpd4/mpd4-4.0b4.tar.gz) = 033c0a1620eab8ba8706a9f08e902dec +SHA256 (mpd4/mpd4-4.0b4.tar.gz) = 19303efa25f0f5a069ac734433ae355c97fec776a5209deeff0a5cdb3c45d87f diff --git a/net/mpd5/files/patch-src::Makefile b/net/mpd5/files/patch-src::Makefile deleted file mode 100644 index 8d8fd02105cf..000000000000 --- a/net/mpd5/files/patch-src::Makefile +++ /dev/null @@ -1,26 +0,0 @@ -Index: src/Makefile -=================================================================== -RCS file: /cvsroot/mpd/mpd/src/Makefile,v -retrieving revision 1.33 -retrieving revision 1.34 -diff -u -r1.33 -r1.34 ---- src/Makefile 8 May 2005 16:02:24 -0000 1.33 -+++ src/Makefile 17 Oct 2005 02:00:40 -0000 1.34 -@@ -61,7 +61,7 @@ - LDADD+= -L/usr/lib -lradius - DPADD+= ${LIBRADIUS} - --LDADD+= -L/usr/local/lib -lpdel -lssl -lexpat -+LDADD+= -L${PREFIX}/lib -lpdel -lssl -lexpat - - MPD_VERSION!= echo -n "${VERSION} (`id -un`@`uname -n` `LC_TIME=C date +'%R %v'`)" - -@@ -80,7 +80,7 @@ - -Wpointer-arith \ - -Wwrite-strings \ - -pthread \ -- -I/usr/local/include -+ -I${PREFIX}/include - - # Standard sources - diff --git a/net/mpd5/pkg-descr b/net/mpd5/pkg-descr index b2297921c64f..655837db7ad1 100644 --- a/net/mpd5/pkg-descr +++ b/net/mpd5/pkg-descr @@ -22,4 +22,4 @@ Mpd also includes many additional features: Clean device-type independent design Comprehensive logging -WWW: http://sourceforge.net/projects/mpd/ +WWW: http://www.sourceforge.net/projects/mpd diff --git a/net/mpd5/pkg-plist b/net/mpd5/pkg-plist index 4b494e5a7e4e..168d5695535f 100644 --- a/net/mpd5/pkg-plist +++ b/net/mpd5/pkg-plist @@ -63,6 +63,7 @@ share/doc/mpd4/mpd57.html share/doc/mpd4/mpd58.html share/doc/mpd4/mpd59.html share/doc/mpd4/mpd6.html +share/doc/mpd4/mpd60.html share/doc/mpd4/mpd7.html share/doc/mpd4/mpd8.html share/doc/mpd4/mpd9.html -- cgit v1.2.3