FreeBSD Bugzilla – Attachment 32566 Details for
Bug 53761
Upgrade net/pppoa from 1.1b to 1.2-beta1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
pppoa.diff
pppoa.diff (text/plain), 4.36 KB, created by
rob
on 2003-07-06 15:37:36 UTC
(
hide
)
Description:
pppoa.diff
Filename:
MIME Type:
Creator:
rob
Created:
2003-07-06 15:37:36 UTC
Size:
4.36 KB
patch
obsolete
>diff -r -u pppoa.orig/Makefile pppoa/Makefile >--- pppoa.orig/Makefile Fri Jun 27 02:26:56 2003 >+++ pppoa/Makefile Sun Jul 6 16:18:59 2003 >@@ -6,41 +6,38 @@ > # > > PORTNAME= pppoa >-PORTVERSION= 1.1b >+PORTVERSION= 1.2b2 > PORTEPOCH= 1 > CATEGORIES= net >-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ >- http://www.xsproject.org/speedtouch/files/ \ >- http://www.alcatel.com/consumer/dsl/ \ >- http://benoit.papillault.free.fr/speedtouch/ >+MASTER_SITES= http://download.ethomson.com/download/ \ >+ ${MASTER_SITE_SOURCEFORGE} > MASTER_SITE_SUBDIR= speedtouch >-DISTFILES= ${SPEEDTOUCH}.tar.gz ${ALCATELDRIVER} >+DISTFILES= ${SPEEDTOUCH}.tar.bz2 ${ALCATELDRIVER} >+EXTRACT_ONLY= ${SPEEDTOUCH}.tar.bz2 > > MAINTAINER= brian@FreeBSD.org > COMMENT= Run PPP over Alcatel's USB Speedtouch device > > HAS_CONFIGURE= yes >-SPEEDTOUCH= speedtouch-1.1b >+SPEEDTOUCH= speedtouch-1.2-beta2 > ALCATELDRIVER= speedmgmt.tar.gz >-NO_CDROM= "http://www.alcatel.com/consumer/dsl/disclaimer_lx.htm" >-NO_PACKAGE= "http://www.alcatel.com/consumer/dsl/disclaimer_lx.htm" >+NO_CDROM= "http://www.speedtouchdsl.com/disclaimer_lx.htm" >+NO_PACKAGE= "http://www.speedtouchdsl.com/disclaimer_lx.htm" > RESTRICTED_FILES= ${ALCATELDRIVER} > > WRKSRC= ${WRKDIR}/${SPEEDTOUCH} > > MAN1= modem_run.1 pppoa2.1 pppoa3.1 >+USE_BZIP2= yes >+ >+post-extract: >+ ${TAR} -zxf ${DISTDIR}/${ALCATELDRIVER} -C ${WRKSRC} > > post-install: > ${INSTALL} -m 0755 -o root -g wheel -d ${LOCALBASE}/libdata >- ${INSTALL_DATA} ${WRKSRC}/../mgmt/mgmt.o ${LOCALBASE}/libdata >+ ${INSTALL_DATA} ${WRKSRC}/mgmt/mgmt.o ${LOCALBASE}/libdata > ${INSTALL_DATA} ${FILESDIR}/quick-install \ > ${LOCALBASE}/share/doc/speedtouch/. > @${CAT} ${LOCALBASE}/share/doc/speedtouch/quick-install > >-.include <bsd.port.pre.mk> >- >-.if !exists(${DISTDIR}/${ALCATELDRIVER}) >-IGNORE= You must manually fetch the Alcatel driver distribution (${DISTDIR}/${ALCATELDRIVER}) via http://www.speedtouchdsl.com/dvrreg_lx.htm (select binary release 1.3.3), place it in ${DISTDIR} and then run make again >-.endif >- >-.include <bsd.port.post.mk> >+.include <bsd.port.mk> >diff -r -u pppoa.orig/distinfo pppoa/distinfo >--- pppoa.orig/distinfo Fri Jun 27 02:26:56 2003 >+++ pppoa/distinfo Sun Jul 6 15:59:59 2003 >@@ -1,2 +1,2 @@ >-MD5 (speedtouch-1.1b.tar.gz) = 6335423ffec64478cb01ad33f2cc9c82 >+MD5 (speedtouch-1.2-beta2.tar.bz2) = 450005ae68dc6b0323c54d4117460031 > MD5 (speedmgmt.tar.gz) = 102dc7a457c3942ee21dc834db68eac2 >Only in pppoa.orig/files: patch-ab >diff -r -u pppoa.orig/files/quick-install pppoa/files/quick-install >--- pppoa.orig/files/quick-install Fri Jun 27 02:26:56 2003 >+++ pppoa/files/quick-install Sun Jul 6 15:59:59 2003 >@@ -1,9 +1,8 @@ > > ** IMPORTANT ** > >- Please ensure that you have read the Alcatel license agreement at >- http://www.alcatel.com/consumer/dsl/dvrreg_lx.htm before running >- this software. >+ Please ensure that you have read the license agreement at >+ http://www.speedtouchdsl.com/dvrreg_lx.htm before running this software. > > To activate this port, create a new profile in /etc/ppp/ppp.conf > called ``adsl'' using /usr/local/share/doc/speedtouch/ppp.conf.sample >diff -r -u pppoa.orig/pkg-descr pppoa/pkg-descr >--- pppoa.orig/pkg-descr Fri Jun 27 02:26:56 2003 >+++ pppoa/pkg-descr Sun Jul 6 15:59:59 2003 >@@ -1,15 +1,5 @@ >-Support for the Alcatel Speedtouch USB device. This driver is GPL except >-for the file that is downloaded from the Alcatel site. This file is >-restricted, specifically in terms of distribution. See >-http://www.alcatel.com/consumer/dsl/disclaimer_lx.htm. >+Unofficial support for Alcatel's Speedtouch USB devices. This driver is >+licensed under the GPL except for one restricted file: >+http://www.speedtouchdsl.com/disclaimer_lx.htm > >- >-Thanks to >- >- Benoit Papillault, who made the linux driver. >- Francois Rogler and Richard Tobin who ported the driver to *BSD >- Jorgen Lundman and Jon Barlow for their help and their time >- porting the driver to NetBSD. >- >-WWW: http://www.xsproject.org/speedtouch/ > WWW: http://speedtouch.sourceforge.net/ >diff -r -u pppoa.orig/pkg-plist pppoa/pkg-plist >--- pppoa.orig/pkg-plist Fri Jun 27 02:26:56 2003 >+++ pppoa/pkg-plist Sun Jul 6 15:59:59 2003 >@@ -9,6 +9,7 @@ > share/doc/speedtouch/INSTALL-de > share/doc/speedtouch/INSTALL-fr > share/doc/speedtouch/INSTALL-it >+share/doc/speedtouch/INSTALL-nl > share/doc/speedtouch/ppp.conf.sample > share/doc/speedtouch/quick-install > @exec cat %D/share/doc/speedtouch/quick-install
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 53761
:
32565
| 32566