diff options
author | Julian Elischer <julian@FreeBSD.org> | 1997-09-10 18:55:36 +0000 |
---|---|---|
committer | Julian Elischer <julian@FreeBSD.org> | 1997-09-10 18:55:36 +0000 |
commit | cb6beb5adf483ece491b994ce3d72f55a6caa5f9 (patch) | |
tree | 53b0bbf3ff3e72d55383f4e9ff4d1ee6ce7500df /net/mpd | |
parent | 4cc9e2663746813eb4c600485e98edbd9305f165 (diff) | |
download | ports-cb6beb5adf483ece491b994ce3d72f55a6caa5f9.tar.gz ports-cb6beb5adf483ece491b994ce3d72f55a6caa5f9.zip |
Notes
Diffstat (limited to 'net/mpd')
-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. - |