From cb6beb5adf483ece491b994ce3d72f55a6caa5f9 Mon Sep 17 00:00:00 2001 From: Julian Elischer Date: Wed, 10 Sep 1997 18:55:36 +0000 Subject: PR:4507 Reviewed by: archie cobbs Submitted by: andy@icc.surw.chel.su upgrade to newer mpd --- net/mpd/Makefile | 12 ++++++------ net/mpd/distinfo | 2 +- net/mpd/files/patch-aa | 39 +++++---------------------------------- net/mpd/pkg-descr | 6 ++++-- 4 files changed, 16 insertions(+), 43 deletions(-) (limited to 'net') 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 Based on IIJ-PPP by Toshiharu OHNO +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 Email me any questions and I'll do my best to answer them. - -- cgit v1.2.3