Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
29 Aug 2021 19:36:59 3.1.0_2
|
Bernhard Froehlich (decke)  |
emulators/atari800: Add CPE information
Approved by: portmgr (blanket) |
06 May 2021 11:47:41 3.1.0_2
|
Mathieu Arnold (mat)  |
Deorbit RESTRICTED && NO_CDROM, part one.
For ports that already use the licenses framwork, merge the content of
RESTRICTED/NO_CDROM/LEGAL* entries into LICENSEs.
Approved by: rene
Differential Revision: https://reviews.freebsd.org/D30010 |
06 Apr 2021 14:31:07 3.1.0_2
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
14 Nov 2019 12:39:42
3.1.0_2
|
tobik  |
Add USES={gl,gnome,mate,sdl,xorg} missed in the last round |
05 Nov 2019 15:48:41
3.1.0_2 
|
zeising  |
Add USES=xorg USES=gl, ports categories e
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'e'. |
19 May 2016 10:21:25
3.1.0_2
|
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
01 Apr 2016 14:00:57
3.1.0_2
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
25 Dec 2014 20:54:43
3.1.0_2
|
bapt  |
Bump portrevision after png update |
25 Dec 2014 19:04:27
3.1.0_1
|
antoine  |
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade |
08 Dec 2014 16:48:41
3.1.0_1
|
tijl  |
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used. (Only the first 15 lines of the commit message are shown above ) |
27 Oct 2014 12:24:23
3.1.0
|
bapt  |
Clean up plist |
15 Jun 2014 09:18:48
3.1.0
|
miwi  |
- Add backup mirror
PR: 191012 |
30 May 2014 19:37:58
3.1.0
|
ak  |
- Update to 3.1.0
- Support STAGEDIR
- Convert to OptionsNG
- Convert to new LIB_DEPENDS syntax
- Add license
- Pass maintainership to submitter
PR: ports/190392
Submitted by: Daniel Austin <freebsd-ports@dan.me.uk> (new maintainer) |
26 May 2014 13:13:46
2.0.3_5
|
miwi  |
- Convert gmake,bzip2 to USES
Approved by: portmgr |
26 May 2014 02:33:39
2.0.3_5
|
eadler  |
Multiple ports: reset maintainers
Maintainers for these ports have been notified on 5 separate occasions
over the course of several months about pending actions required.
We really appreciate the time and effort you put in to maintain
these ports.
If you are still interested in helping to maintain these ports just
reply to me or file a PR and I will happily assign the port to you
again.
Approved by: portmgr (implicit) |
20 Sep 2013 16:43:53
2.0.3_5
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
emulators) |
18 Mar 2013 21:56:30
2.0.3_5 
|
eadler  |
"aaargh, quoted Makefile variables"
Approved by: portmgr (bapt) |
28 Feb 2013 03:48:38
2.0.3_5
|
miwi  |
- Fix build
- Trim header |
01 Jun 2012 05:26:28
2.0.3_5
|
dinoex  |
- update png to 1.5.10 |
18 Feb 2012 10:18:33
2.0.3_4
|
mva  |
- Update devel/sdl12 to 1.2.15
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions
Tested by: exp-run by pav |
23 Sep 2011 22:26:39
2.0.3_3
|
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 |
02 Jul 2011 17:14:20
2.0.3_3
|
miwi  |
= Drop MD5 support |
24 Jan 2011 21:05:05
2.0.3_3
|
pav  |
- Fix fetch
Reported by: pointyhat
Feature safe: yes |
28 Mar 2010 06:47:48
2.0.3_3
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
24 Feb 2009 03:57:28
2.0.3_2
|
tabthorpe  |
- Pass maintainership to submitter
Submitted by: martinko via freebsd-ports@ |
21 Aug 2008 06:18:49
2.0.3_2
|
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
19 Apr 2008 17:56:05
2.0.3_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) |
13 Mar 2008 14:28:35
2.0.3_1
|
miwi  |
- Chase devel/sdl12 shlib version bump |
04 Aug 2007 18:51:07
2.0.3
|
lme  |
Update to 2.0.3
PR: ports/114741
Submitted by: KATO Tsuguru <tkato432 (AT) yahoo.com>
Approved by: miwi (mentor) |
19 May 2007 20:32:57
2.0.2_2
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
20 Sep 2006 11:21:59
2.0.2_1
|
stas  |
- Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
structure (i.e. include/SDL for includes and sdl-config for configuration
binary)
- Update graphics/sdl_ttf to version 2.0.8
- Update graphics/sdl_image to version 1.2.5
- Update audio/sdl_mixer to version 1.2.7
- Update net/sdl_net to version 1.2.6
- Update Mk/bsd.sdl.mk accordingly
- Fix dependent ports to fit the new directory structure and avoid several
API breakages
- Bump up portrevisions for all dependent ports to allow them to be upgraded
by portupgrade/portmaster etc tools
Approved by: kris (portmgr), sem (mentor) |
07 May 2006 10:55:47
2.0.2
|
edwin  |
Remove USE_REINPLACE from all categories starting with E |
15 Apr 2006 19:29:08
2.0.2
|
arved  |
Update to 2.0.2
PR: 95814
Submitted by: KATO Tsuguru |
01 Feb 2006 01:13:28
2.0.1
|
barner  |
- Update to 2.0.1
Submitted by: Ports fury
PR: ports/92615 |
07 Jan 2006 18:41:43
2.0.0
|
pav  |
- Update to 2.0.0
PR: ports/91456
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
24 Nov 2005 16:07:52
1.3.6
|
pav  |
- Add SHA256 |
31 May 2005 20:27:21
1.3.6
|
flz  |
- Update to 1.3.6.
PR: ports/81725
Submitted by: Ports Fury |
12 Apr 2005 03:26:57
1.3.5
|
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 08:04:41
1.3.5
|
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
31 Dec 2004 13:20:50
1.3.5
|
krion  |
Update to version 1.3.5
PR: ports/75692
Submitted by: Ports Fury |
30 Dec 2004 08:37:15
1.3.4
|
krion  |
Update to version 1.3.4
PR: ports/75620
Submitted by: Ports Fury |
23 Dec 2004 09:35:41
1.3.3
|
krion  |
Update to version 1.3.3
PR: ports/75394
Submitted by: Ports Fury |
17 Mar 2004 18:29:46
1.3.2_1
|
trevor  |
SIZEify. |
04 Feb 2004 05:21:48
1.3.2_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
25 Dec 2003 17:57:39
1.3.2
|
krion  |
- Update to version 1.3.2
PR: 60562
Submitted by: Ports Fury |
07 Oct 2003 14:54:12
1.3.1
|
krion  |
- Update to version 1.3.1
PR: 57702
Submitted by: Ports Fury |
30 Jul 2003 22:26:09
1.3.0
|
kris  |
RESTRICTED implies NO_PACKAGE |
20 Feb 2003 17:21:51
1.3.0
|
knu  |
De-pkg-comment. |
15 Feb 2003 11:41:20
1.3.0
|
markp  |
Update to 1.3.0. |
02 Jan 2003 18:40:20
1.2.5
|
ijliao  |
upgrade to 1.2.5
PR: 45930
Submitted by: Ports Fury |
06 Oct 2002 17:47:50
1.2.4
|
ijliao  |
upgrade to 1.2.4
PR: 43698
Submitted by: Ports Fury |
12 Jul 2002 20:02:33
1.2.3
|
pat  |
Update to 1.2.3
PR: ports/40494
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
05 Jan 2002 06:36:21 
|
pat  |
Update to 1.2.2 |
12 Jun 2001 02:33:38 
|
dwcjr  |
Removed unneeded files/patches Updated to latest version - 1.07 Moved
EXTRACT_ONLY down one Add url to website Add correct paths and make it
follow PORTDOCS to pkg-plist |
14 Feb 2001 05:43:01 
|
lioux  |
typo clean up police: \s -> \t |
11 Nov 2000 06:08:41 
|
kevlo  |
- Support CC/X11BASE properly - Support install macros - freebsd.org ->
FreeBSD.org - Change location of data files from lib/ to share/ - Exclude
GPL doc from package |
29 Oct 2000 07:31:39 
|
dougb  |
At his request, remove Joel Sutton as maintainer of 8 ports. Thank you for
your efforts on these ports, and thank you for also taking the responsibility
to let us know your time now has other priorities. |
08 Oct 2000 11:23:49 
|
asami  |
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is spelled out
(many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that
shouldn't have been necessary) and the string "/pkg/" appear. |
08 Oct 2000 02:02:29 
|
asami  |
Convert category emulators to new layout. |