Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.4.0_2 25 Feb 2024 10:05:24 |
Muhammad Moinur Rahman (bofh) |
net/poptop: Moved man to share/man
Approved by: portmgr (blanket) |
1.4.0_1 01 Nov 2023 22:11:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.4.0_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.4.0_1 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
1.4.0_1 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
1.4.0_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.4.0_1 14 Aug 2019 03:26:09 |
meta |
Implement new virtual category: net-vpn for VPN related ports
based on discussion at ports@ [1]. As VPN softwares are put in different
physical category net and security. This is a little bit confusing. Let's
give them new virtual category net-vpn.
[1] https://lists.freebsd.org/pipermail/freebsd-ports/2019-April/115915.html
PR: 239395
Submitted by: myself
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D21174 |
1.4.0_1 03 Feb 2015 21:08:23 |
amdmi3 |
- Fix install from non-root
- Strip library |
1.4.0_1 22 Nov 2014 14:43:24 |
antoine |
Cleanup plist |
1.4.0_1 30 Aug 2014 21:49:21 |
marino |
net/poptop: Fix KERNPPP option operation
PR: 186172
Reported by: timp87 (gmail)
Solution by: blackscreen (gmail) |
1.4.0 15 Jan 2014 08:35:47 |
vanilla |
1: Update to version 1.4.0
2: support stagedir.
PR: ports/185701
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
1.3.4_3 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
1.3.4_3 05 Aug 2012 23:19:40 |
dougb |
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op |
1.3.4_3 13 Feb 2012 06:40:31 |
wen |
- Unbreak on FreeBSD-9 and above
PR: ports/164977
Submitted by: Daniel Austin <freebsd-ports@dan.me.uk> |
1.3.4_2 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
1.3.4_2 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
1.3.4_2 02 Aug 2011 20:58:23 |
ehaupt |
Remove WWW entries from unmaintained ports that return 404 or where the domain
disappeared. |
1.3.4_2 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.3.4_2 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
1.3.4_2 20 Mar 2010 15:55:00 |
miwi |
- Mark BROKEN on HEAD: fails to build with new utmpx
Reported by: pointyhat |
1.3.4_2 22 Aug 2009 00:32:25 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with N |
1.3.4_2 15 Jul 2009 16:56:10 |
dougb |
Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.
1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).
No PORTREVISION bumps because all of these changes are noops. |
1.3.4_2 27 Nov 2008 22:36:52 |
ehaupt |
- Fix a segmentation fault
- Bump PORTREVISION
- Respect CC and CFLAGS
PR: 129042
Submitted by: zlopi.ru <zlopi.ru@gmail.com> |
1.3.4_1 20 Aug 2008 06:50:58 |
linimon |
Reset nivo+kw+ports.bfa274@is-root.com due to lack of time to work
on FreeBSD at the moment.
Hat: portmgr |
1.3.4_1 05 Aug 2007 22:32:49 |
miwi |
- Add patch to make multiple simultaneous BSDPPP configurations possible
Thanks to Harold Gold for making the patch and Brett Glass (brett on
lariat.net) for bringing it to maintainer's attention
- Bump PORTREVISION
PR: 115073
Submitted by: Nils Vogels <nivo+kw+ports.bfa274@is-root.com> (maintainer) |
1.3.4 23 Jul 2007 09:36:52 |
rafan |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run |
1.3.4 16 Jun 2007 16:20:53 |
pav |
- Update to 1.3.4
PR: ports/113742
Submitted by: Nils Vogels <nivo+kw+ports.bfa274@is-root.com> (maintainer) |
1.3.0 27 Sep 2006 22:39:35 |
miwi |
- Update to 1.3.0
- Pass maintainership to submitter
PR: ports/103696
Submitted by: Nils Vogels <nivo+kw+ports.bfa274(at)is-root.com> |
1.2.3_1 05 Sep 2006 07:55:15 |
linimon |
Reset inactive maintainer who has not responded to PRs and email.
Hat: portmgr |
1.2.3_1 19 Jul 2006 16:18:41 |
dougb |
Clean up sig_stop values. In most cases this means removing a leading -,
since rc.subr adds that already. In 3 cases it meant removing a wrongly
specified TERM, since that is the default. |
1.2.3_1 15 May 2006 06:53:11 |
lawrance |
Patch pptpctrl.c so that it does not pass bogus parameters to ppp.
Bump PORTREVISION for the change above.
PR: ports/96386
Submitted by: Stefan Bethke <stb@lassitu.de>
Approved by: olmi@rentech.ru (maintainer, timeout 2 weeks) |
1.2.3 11 May 2006 22:49:56 |
edwin |
Remove USE_REINPLACE from all categories starting with N |
1.2.3 20 Feb 2006 20:47:50 |
dougb |
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts. |
1.2.3 22 Jan 2006 21:24:05 |
edwin |
SHA256ify
Approved by: krion@ |
1.2.3 22 Jan 2006 02:46:07 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
1.2.3 28 Nov 2005 12:44:12 |
lawrance |
Update to 1.2.3
PR: ports/88260
Submitted by: Serge Maslov <serge@maslov.biz>
Approved by: Oleg M. Golovanov <olmi@rentech.ru> (maintainer, timeout 26
days) |
1.2.1 24 Oct 2005 09:21:58 |
sem |
- Update to 1.2.1
- Grant maintainership to submitter
PR: ports/87891
Submitted by: Oleg M. Golovanov <olmi@rentech.ru> |
1.1.4.b4_3 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
1.1.4.b4_2 29 Jan 2004 16:13:06 |
trevor |
SIZEify. |
1.1.4.b4_2 15 Dec 2003 08:18:57 |
krion |
- Use user-ppp by default
PR: 60239
Submitted by: Allan Saddi <allan@saddi.com> |
1.1.4.b4_1 18 Oct 2003 18:22:43 |
krion |
- Fix build on -current
PR: 58224
Submitted by: Ports Fury |
1.1.4.b4 30 Jul 2003 08:26:37 |
krion |
Update to 1.1.4.b4
PR: 55035
Submitted by: Sergey Akifyev <asa@gascom.ru>
Approved by: fjoe (mentor) (implicit) |
1.1.4.b3 25 Jun 2003 01:04:56 |
naddy |
* Fix autotools chaos.
* Add option for kernel ppp support.
Adapted from
PR: 53544
Submitted by: Sergey Akifyev <asa@gascom.ru> |
1.1.4.b3 24 Jun 2003 23:39:42 |
naddy |
Fix CFLAGS handling in Makefile.am/.in.
PR: 53135
Reported by: Sergey Akifyev <asa@gascom.ru> |
1.1.4.b3 11 May 2003 15:13:53 |
petef |
- update to 1.1.4.b3
While I'm here,
- spell ports@FreeBSD.org correctly
- portlint'ify: move WRKSRC to it's proper section
PR: 51736
Submitted by: Matthew D. Fuller <fullermd@over-yonder.net> |
1.1.3_1 25 Apr 2003 00:31:29 |
arved |
Fix Makefile.am patch.
PR: 51250
Submitted by: Hoss Firooznia <hfir@math.rochester.edu> |
1.1.3_1 20 Feb 2003 18:51:13 |
knu |
De-pkg-comment. |
1.1.3_1 21 Oct 2002 02:31:08 |
nsayer |
Release all my ports.
kris made it clear that by his measure I'm not doing my job as a port
maintainer. Far be it from me to be an obstruction to the project. |
1.1.3_1 11 Sep 2002 18:54:18 |
nsayer |
Oops. The path to the config file ended up missing a /. Bump
portrevision and fix.
Submitted by: Mike Harding |
1.1.3 08 Sep 2002 17:39:44 |
nsayer |
Update to 1.1.3.
Submitted by: Mike Harding |
1.1.2 06 Apr 2002 17:06:53 |
nsayer |
Looks like the master site is gone, and the new sourceforge project only
has the 1.0.1 version available. Rather than backtrack, we'll host our own
copy of the 1.1.2 code. Diffing the two appears (to me) to make this
worthwhile for now.
PR: 36239
Submitted by: dominic_marks@btinternet.com |
08 Sep 2001 17:28:00 |
nsayer |
1. Upgrade to 1.1.2. They recommend 1.0.1, but 1.1.2 has been out for a while
and appears to work better. |
29 Aug 2001 16:25:25 |
nsayer |
Since user level ppp can now do MPPE, there's no longer a good reason to
deprecate this port. |
24 Feb 2001 00:02:48 |
nsayer |
1. Upgrade to v1.0.1 |
30 Oct 2000 14:07:49 |
nsayer |
Deprecate poptop in favor of mpd-netgraph. |
08 Oct 2000 07:19:09 |
asami |
Convert category net to new layout. |
05 Jul 2000 13:37:07 |
tg |
As threatened on freebsd-ports: all startup scripts know about the two options
`start' and `stop' now (unless I have forgotten any). This allows us to call
the scripts from /etc/rc.shutdown with the correct option. |