aboutsummaryrefslogtreecommitdiff
path: root/net/pptpclient
Commit message (Collapse)AuthorAgeFilesLines
* - Pkg-plist revertion was missing.Felippe de Meirelles Motta2009-11-222-4/+1
| | | | | | | Point hat: via (miwi@) Notes: svn path=/head/; revision=244652
* - Revert last changes, that cause port broken.Felippe de Meirelles Motta2009-11-201-19/+6
| | | | | | | | PR: ports/140432 Noticed by: Matthew Luckie <mjl@luckie.org.nz> Notes: svn path=/head/; revision=244562
* - Install missing manpages.Felippe de Meirelles Motta2009-11-042-6/+22
| | | | | | | | | | | | - Install custom files and respect PORTDOCS. - Fix pkg-plist. - Fix PREFIX hardcoded in pptp scripts(should fix ports/137115). - Bump PORTREVISION. Submitted by: myself Notes: svn path=/head/; revision=243800
* Reset chinsan@FreeBSD.org due to numerous maintainer-timeouts and noMark Linimon2009-08-282-4/+1
| | | | | | | | | response to email. Hat: portmgr Notes: svn path=/head/; revision=240460
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with N Notes: svn path=/head/; revision=240073
* - Add Perl as dependcy for install (pod2man) and perl scripts (ie. pptpsetup).Chin-San Huang2009-03-231-1/+3
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=230787
* - Remove dependency on Perl.Chin-San Huang2009-03-231-2/+1
| | | | | | | | | - Bump PORTREVISION Noticed by: Nicolas Rachinsky <nicolas-2008 at rachinsky.de> Notes: svn path=/head/; revision=230785
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-061-7/+1
| | | | Notes: svn path=/head/; revision=225335
* - Update to 1.7.2.Chin-San Huang2008-05-184-32/+24
| | | | | | | - Take maintainership. Notes: svn path=/head/; revision=213300
* - Remove USE_GETOPT_LONG which is a no-op since March 2007Pav Lucistnik2008-03-201-2/+0
| | | | Notes: svn path=/head/; revision=209420
* Reset thomas@cuivre.fr.eu.org due to maintainer-timeouts and no responseMark Linimon2007-03-141-1/+1
| | | | | | | | | to email. Hat: portmgr Notes: svn path=/head/; revision=187371
* Update to 1.7.1Martin Wilke2006-06-142-4/+4
| | | | | | | | | PR: ports/98454 Submitted by: miwi Approved by: krion (mentor), maintainer timeout Notes: svn path=/head/; revision=165416
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154193
* Update to 1.7.0Marcus Alves Grando2005-10-023-5/+25
| | | | | | | | PR: 86773 Approved by: thomas (maintainer), pav (mentor) Notes: svn path=/head/; revision=144014
* Update to 1.6.0Marcus Alves Grando2005-09-295-22/+11
| | | | | | | | | PR: 85033 Pointed by: Dmitry Nikulenko <dmitry@lime-systems.com> Approved by: pav (mentor), thomas@cuivre.fr.eu.org (maintainer timeout, 43 days) Notes: svn path=/head/; revision=143771
* Update to 1.5.0.Daniel Harris2004-06-303-4/+15
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=112622
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Upgrade net/pptpclient to upstream release 1.3.1.Thomas Quinot2003-08-143-26/+18
| | | | | | | Reviewed by: roberto Notes: svn path=/head/; revision=86923
* get rid of libgnugetopt dependency for -CURRENT,FUJISHIMA Satsuki2003-07-141-6/+10
| | | | | | | use USE_GETOPT_LONG instead. Notes: svn path=/head/; revision=84842
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76041
* Update to 1.1.0.Anton Berezin2002-06-135-108/+23
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=61222
* Make libgnugetopt a build and runtime dependency (via LIB_DEPENDS), insteadPete Fritchman2002-02-201-1/+1
| | | | | | | | | | of just a build depend. PR: 34897 Submitted by: Charles Randall <cfr@pobox.com> Notes: svn path=/head/; revision=54949
* Update master site and description.John Polstra2001-10-072-6/+7
| | | | | | | | PR: ports/31100 Submitted by: Thomas Quinot <thomas@cuivre.fr.eu.org> Notes: svn path=/head/; revision=48531
* Upgrade from version 1.0.2 to 1.0.3 and welcome Thomas Quinot asJohn Polstra2001-05-128-134/+74
| | | | | | | | | the new maintainer of this port. Submitted by: Thomas Quinot <thomas@cuivre.fr.eu.org> Notes: svn path=/head/; revision=42558
* Add a disclaimer hinting that this port sucks beyond measure, andJohn Polstra2001-04-301-0/+6
| | | | | | | that potential users of it should choose mpd-netgraph instead. Notes: svn path=/head/; revision=42090
* We do not need separate `pptp_callmgr' binaryRuslan Ermilov2000-08-112-21/+17
| | | | | | | since it is built directly into `pptp' binary. Notes: svn path=/head/; revision=31515
* Remove extraneous directory on deinstallKris Kennaway2000-07-031-0/+1
| | | | | | | Noticed by: bento Notes: svn path=/head/; revision=30096
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-3/+3
| | | | Notes: svn path=/head/; revision=27423
* Handle an invalid result code of 0 in Start-Control-Connection-ReplyJohn Polstra2000-01-291-0/+11
| | | | | | | | | | | | packets. A popular ADSL service in Korea sends this result code. It is wrong, but the patch doesn't harm anybody else. PR: ports/16372 Submitted by: CHOI Junho <cjh@kr.FreeBSD.ORG> Reviewed by: jdp Notes: svn path=/head/; revision=25230
* $Id$ -> $FreeBSD$Peter Wemm1999-08-301-1/+1
| | | | Notes: svn path=/head/; revision=21126
* Re-enforce caps, no period. An "exceptions" file has been createdTim Vanderhoek1999-08-021-1/+1
| | | | | | | containing the ports editors/vim5, sysutils/star, and one other. Notes: svn path=/head/; revision=20500
* New port for the "pptp-linux" VPN client. It allows a FreeBSD machineJohn Polstra1999-06-1912-0/+266
to connect to a remote NT server, making it behave as if it were on the same LAN. Notes: svn path=/head/; revision=19577