diff options
author | julian <julian@FreeBSD.org> | 1997-09-11 02:55:36 +0800 |
---|---|---|
committer | julian <julian@FreeBSD.org> | 1997-09-11 02:55:36 +0800 |
commit | 9881993774e85605a7399ec853bbfbce797d1dc7 (patch) | |
tree | 24fa0ec6672c8b0e4110d9f0d535872c753f9d88 /net | |
parent | 338bc83eda9d84eee120ea742f2b564103b3bdab (diff) | |
download | freebsd-ports-gnome-9881993774e85605a7399ec853bbfbce797d1dc7.tar.gz freebsd-ports-gnome-9881993774e85605a7399ec853bbfbce797d1dc7.tar.zst freebsd-ports-gnome-9881993774e85605a7399ec853bbfbce797d1dc7.zip |
PR:4507
Reviewed by: archie cobbs
Submitted by: andy@icc.surw.chel.su
upgrade to newer mpd
Diffstat (limited to 'net')
-rw-r--r-- | net/mpd/Makefile | 12 | ||||
-rw-r--r-- | net/mpd/distinfo | 2 | ||||
-rw-r--r-- | net/mpd/files/patch-aa | 39 | ||||
-rw-r--r-- | net/mpd/pkg-descr | 6 |
4 files changed, 16 insertions, 43 deletions
diff --git a/net/mpd/Makefile b/net/mpd/Makefile index e33f54edac02..f56efb329de0 100644 --- a/net/mpd/Makefile +++ b/net/mpd/Makefile @@ -1,14 +1,14 @@ # New ports collection makefile for: mpd -# Version required: 1.0b3 -# Date created: 16 May 1997 +# Version required: 1.0b4 +# Date created: 10 September 1997 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.1.1.1 1997/06/10 09:10:03 asami Exp $ +# $Id: Makefile,v 1.2 1997/06/29 11:04:23 obrien Exp $ # -DISTNAME= mpd-1.0b3 +DISTNAME= mpd-1.0b4 CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITES= ftp://ftp.whistle.com/pub/archie/ EXTRACT_SUFX= .tgz MAINTAINER= andy@icc.surw.chel.su @@ -18,7 +18,7 @@ OSVERSION!= sysctl -n kern.osreldate BROKEN= if_tun.h .endif -WRKSRC= ${WRKDIR}/mpd-1.0b3/src +WRKSRC= ${WRKDIR}/mpd-1.0b4/src ALL_TARGET= depend all MAN1= mpd.1 diff --git a/net/mpd/distinfo b/net/mpd/distinfo index 8449d0858970..0bd40884c46c 100644 --- a/net/mpd/distinfo +++ b/net/mpd/distinfo @@ -1 +1 @@ -MD5 (mpd-1.0b3.tgz) = 78b4798c433d4e476ca1ece7e12b24ab +MD5 (mpd-1.0b4.tgz) = 3b09fbfe752cfe87c275e8ee1c67a4c0 diff --git a/net/mpd/files/patch-aa b/net/mpd/files/patch-aa index cf635386e2af..2ec003e51012 100644 --- a/net/mpd/files/patch-aa +++ b/net/mpd/files/patch-aa @@ -1,27 +1,15 @@ -*** Makefile Tue Apr 15 18:30:00 1997 ---- /home/andy/tmp/wrk/Makefile Fri May 16 21:41:11 1997 +*** Makefile Mon Aug 18 02:12:35 1997 +--- /home/andy/tmp/wrk/Makefile Wed Sep 10 13:06:30 1997 *************** -*** 7,19 **** - # - - PROG= mpd -! BINDIR?= /usr/local/bin - VERSION= 1.0b3 - STRIP= -s +*** 15,21 **** # Default configuration directory -! MPD_CONF_DIR?= /etc/ppp +! MPD_CONF_DIR?= ${PREFIX}/etc/ppp # Define supported physical layer types ---- 7,19 ---- - # - - PROG= mpd -! BINDIR?= ${PREFIX}/sbin - VERSION= 1.0b3 - STRIP= -s +--- 15,21 ---- # Default configuration directory @@ -29,20 +17,3 @@ # Define supported physical layer types -*************** -*** 41,47 **** - DPADD+= ${LIBMD} - - COPTS+= -O2 -! COPTS+= -g -Wall -Wmissing-prototypes -Wnested-externs - COPTS+= -DPATH_CONF_DIR=\"${MPD_CONF_DIR}\" - - # Change LOG_DAEMON to LOG_LOCAL3, or whatever, if you like ---- 41,47 ---- - DPADD+= ${LIBMD} - - COPTS+= -O2 -! COPTS+= -Wall -Wmissing-prototypes -Wnested-externs - COPTS+= -DPATH_CONF_DIR=\"${MPD_CONF_DIR}\" - - # Change LOG_DAEMON to LOG_LOCAL3, or whatever, if you like diff --git a/net/mpd/pkg-descr b/net/mpd/pkg-descr index 1d101e560fed..cb43a81bd345 100644 --- a/net/mpd/pkg-descr +++ b/net/mpd/pkg-descr @@ -1,9 +1,12 @@ MPD MULTI-LINK PPP DAEMON FOR FREEBSD -Release 1.0b3 +Release 1.0b4 Written by Archie Cobbs <archie@whistle.com> Based on IIJ-PPP by Toshiharu OHNO <tony-o@iij.ad.jp> +Please see the CHANGES file if you are updating from mpd-1.0b3. + + * WHAT IS IT? A user-mode PPP daemon based on iij-ppp which supports multi-link PPP. @@ -42,4 +45,3 @@ Based on IIJ-PPP by Toshiharu OHNO <tony-o@iij.ad.jp> Email me any questions <archie@whistle.com> and I'll do my best to answer them. - |