| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
18 Apr 2013 09:10:36
20101030_1
|
rene  |
Remove expired ports:
2013-04-17 audio/icecast: Unmaintained upstream since 2004. Use audio/icecast2
instead
2013-04-18 net-im/gajim-devel: This port is outdated for two years, no distfile
available. Please use net-im/gajim instead
Feature safe: yes |
18 Mar 2013 18:37:19
20101030_1
|
rm  |
Mark as deprecated, since this port is outdated for two years. Unmaintained, no
distfile is available at primary master site. Please use net-im/gajim instead
(that's newer). Set expiration date to 2013-04-18. |
22 Sep 2012 17:17:16
20101030_1
|
tabthorpe  |
- Reassign to the heap at maintainer's request |
01 Jun 2012 05:26:28
20101030_1
|
dinoex  |
- update png to 1.5.10 |
23 Sep 2011 22:26:39
20101030
|
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 |
04 Nov 2010 13:02:12
20101030
|
makc  |
Update to 20101030
PR: ports/151865
Submitted by: Denis Shaposhnikov (maintainer) |
30 Sep 2010 04:28:51
20100926
|
miwi  |
- Update to 20100926
- Change my email
PR: 150971
Submitted by: Denis Shaposhnikov <dsh@wizard.volgograd.ru> (maintainer) |
31 May 2010 02:01:56
20100116_3
|
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
28 Mar 2010 06:47:48
20100116_2
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
20100116_1
|
dinoex  |
- update to jpeg-8 |
27 Jan 2010 23:22:35
20100116
|
amdmi3  |
- Update to 20100116
PR: 142890
Submitted by: Denis Shaposhnikov <dsh@wizard.volgograd.ru> (maintainer) |
04 Jan 2010 23:14:40
20100101
|
miwi  |
- Update to 20100101
PR: 142233
Submitted by: Denis Shaposhnikov <dsh@wizard.volgograd.ru> (maintainer) |
01 Sep 2009 00:03:50
20090829
|
amdmi3  |
- Update to 20090829
PR: 138399
Submitted by: Denis Shaposhnikov <dsh@wizard.volgograd.ru> (maintainer) |
31 Jul 2009 13:57:52
20090608_1
|
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
13 Jun 2009 22:55:17
20090608
|
miwi  |
- Update to 20090608
PR: 135380
Submitted by: Denis Shaposhnikov <dsh@wizard.volgograd.ru> (maintainer) |
11 Apr 2009 11:44:42
20090331
|
miwi  |
- Update to 20090331
PR: 133405
Submitted by: Denis Shaposhnikov <dsh@wizard.volgograd.ru> (maintainer) |
29 Nov 2008 20:21:32
20081128
|
miwi  |
- Update to 20081128
PR: 129258
Submitted by: Denis Shaposhnikov <dsh@wizard.volgograd.ru> (maintainer) |
18 Jul 2008 16:38:29
20080713
|
miwi  |
- Update to 20080713
PR: 125582
Submitted by: Denis Shaposhnikov <dsh@wizard.volgograd.ru> (maintainer) |
06 Jun 2008 13:51:54
20080309_4
|
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
20 Apr 2008 17:49:34
20080309_3
|
miwi  |
- Fix build after xorg cleanup
Submitted by: pointyhat |
19 Apr 2008 17:56:05
20080309_2  |
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) |
21 Mar 2008 23:55:13
20080309_1
|
miwi  |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
10 Mar 2008 16:08:45
20080309
|
miwi  |
- Update to 20080309
PR: 121544
Submitted by: Denis Shaposhnikov <dsh@wizard.volgograd.ru> (maintaner) |
20 Jan 2008 21:56:15
20080113
|
miwi  |
- Update to 20080113
- Update maintainer mail adress
PR: 119637
Submitted by: Denis Shaposhnikov <dsh@vlink.ru> (maintainer) |
04 Oct 2007 02:16:18
20070621_1
|
edwin  |
Remove always-false/true conditions based on OSVERSION 500000 |
23 Jul 2007 09:36:52
20070621_1
|
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 |
27 Jun 2007 09:46:46
20070621_1
|
miwi  |
- Switch to py-pysqlite23
- Bump PORTREVISION
PR: 114028
Submitted by: Denis Shaposhnikov <dsh@vlink.ru> (maintainer) |
24 Jun 2007 10:13:26
20070621
|
miwi  |
- Update to 20070621
PR: 113967
Submitted by: Denis Shaposhnikov <dsh@vlink.ru> (maintainer) |
19 May 2007 20:32:57
20070402_1
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
04 Apr 2007 08:24:53
20070402
|
clsung  |
- Update to 20070402
PR: ports/111219
Submitted by: maintainer (Denis Shaposhnikov) |
11 Feb 2007 11:47:50
20070208
|
miwi  |
- Update to 2007-02-28
PR: 109043
Submitted by: Denis Shaposhnikov <dsh@vlink.ru> (maintainer) |
28 Dec 2006 01:40:18
20061227
|
itetcu  |
- Upgrade to fresh, post 0.11, snapshot.
- BROKEN on 4.x: doesn't install
PR: ports/107231
Submitted by: Denis Shaposhnikov |
09 Dec 2006 20:02:17
20061129
|
pav  |
- After repocopy from net-im/gajim, update to snapshot 20061129
PR: ports/105995
Submitted by: Denis Shaposhnikov <dsh@vlink.ru>
Repocopy by: marcus |