| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
30 Sep 2011 08:58:22
0.11.8.1_8
|
dougb  |
As previously advertised, remove ports that previously had been
DEPRECATED without EXPIRATION_DATE, and the ports that depend
on them.
audio/mt-daapd
Use audio/firefly instead
databases/p5-DBIx-Class-Validation
Depends on textproc/p5-FormValidator-Simple, which is DEPRECATED
devel/p5-Class-Data-Accessor
Please consider using p5-Class-Accessor-Grouped or p5-Moose
graphics/libflash
gplflash is no longer supported. Please use gnash instead
graphics/flashplayer
Depends on DEPRECATED graphics/libflash
japanese/p5-FormValidator-Simple-Plugin-Number-Phone-JP(Only the first 15 lines of the commit message are shown above ) |
23 Sep 2011 22:26:39
0.11.8.1_8
|
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 |
03 Sep 2011 09:43:57
0.11.8.1_8
|
dougb  |
s/EXPIRATION/EXPIRATION_DATE/
Submitted by: bapt |
03 Sep 2011 07:55:32
0.11.8.1_8
|
dougb  |
Add EXPIRATION to ports marked DEPRECATED that do not already have it. [1]
Date set to 2011-09-30 since that's > 1 month in all cases. Feel free to
change it to something more appropriate.
Change DEPRECATED to IGNORE for security/openvpn-beta to better fit the
intention.
Problem pointed out by: linimon [1] |
15 Aug 2011 20:57:30
0.11.8.1_8
|
rene  |
Deprecate, these ports have been unmaintained upstream for several years.
PR: ports/158020
Submitted by: maintainer of gift and giftcurs
Approved by: maintainer timeout (giftoxic, giftui) |
02 Jul 2011 18:06:14
0.11.8.1_8
|
miwi  |
- Kick MD5 Support |
15 May 2011 02:49:17
0.11.8.1_8
|
dougb  |
Remove painful examples of foo="", with particular prejudice against
constructions that parse out to [ -z "$foo" ] && foo=""
These are bad examples that get copied and pasted into new code, so the
hope is that with less bad examples there will be less need for me to
bring this up in review.
In a few of these files all that were changed were comments so that next
time I search for these patterns I won't trip on the file for no reason.
In a few places, add $FreeBSD$
No functional changes, so no PORTREVISION bumps |
04 Dec 2010 07:34:27
0.11.8.1_8
|
ade  |
Sync to new bsd.autotools.mk |
06 Jun 2010 20:44:03
0.11.8.1_8
|
naddy  |
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora). |
27 Mar 2010 00:15:24
0.11.8.1_7
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
22 Jan 2010 20:19:08
0.11.8.1_7
|
miwi  |
- Drop empty file |
17 Dec 2009 23:23:52
0.11.8.1_7
|
pgollucci  |
- missed a file |
17 Dec 2009 23:23:35
0.11.8.1_7
|
pgollucci  |
- USE_RC_SUBR != yes
PR: ports/136848
Approved by: maintainer
Submitted by: myself (pgollucci@) |
22 Aug 2009 00:32:25
0.11.8.1_7  |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with N |
02 Aug 2009 19:36:34
0.11.8.1_7
|
mezz  |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
15 Jul 2009 16:56:10
0.11.8.1_6
|
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. |
06 Jul 2009 21:26:00
0.11.8.1_6
|
naddy  |
Bump PORTREVISION after libogg and libvorbisfile major version increment. |
31 Jul 2008 21:18:10
0.11.8.1_5
|
amdmi3  |
- Fix plist for NOPORTDOCS=yes
- Bump PORTREVISION
PR: ports/126132
Submitted by: "Stefan Ehmann" <shoesoft at gmx dot net> (maintainer)
Approved by: miwi (mentor implicit) |
19 Apr 2008 17:56:05
0.11.8.1_4  |
miwi  |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
28 Jul 2007 12:27:31
0.11.8.1_4
|
miwi  |
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION |
27 Jan 2007 08:16:35
0.11.8.1_3
|
kris  |
Use libtool port instead of included one to avoid objformat a.out botch |
11 May 2006 22:49:56
0.11.8.1_3
|
edwin  |
Remove USE_REINPLACE from all categories starting with N |
20 Feb 2006 20:47:50
0.11.8.1_3
|
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. |
30 Jan 2006 21:36:28
0.11.8.1_3
|
pav  |
Populate newly create net-p2p category with these ports:
ftp/jigdo
net/amule1
net/amule2
net/apollon
net/azureus
net/bnbt
net/btpeer
net/btqueue
net/cdonkey
net/ctorrent
net/dcd
net/dclib
net/dctc (Only the first 15 lines of the commit message are shown above ) |