Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
07 Apr 2021 08:09:01 1.446_1
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 1.446_1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
08 Nov 2019 11:39:00
1.446_1
|
tobik  |
devel: Add missing USES={gl,gnome,php,sdl} |
30 Jan 2019 12:36:36
1.446_1
|
amdmi3  |
- Update sdl_gfx to 2.0.26, bump dependent ports due to shared library version
change |
18 Aug 2018 20:42:07
1.446
|
sunpoet  |
Update to 1.446
Changes: https://metacpan.org/changes/distribution/Alien-SDL |
09 Jul 2018 08:40:18
1.440_7 
|
mat  |
Remove all := from BUILD_DEPENDS, here are never needed.
While there, cleanup, and sort depends.
When build and run dependencies are the same, there are three ways to
avoid duplicating the list while not adding the framework added
BUILD_DEPENDS to the RUN_DEPENDS. In order of preference, they are:
1) use RUN_DEPENDS to set BUILD_DEPENDS:
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= foo:bar/baz
2) create another variable and use it:
MY_DEPENDS= foo:bar/baz
BUILD_DEPENDS= ${MY_DEPENDS}
RUN_DEPENDS= ${MY_DEPENDS}
3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation:
BUILD_DEPENDS= foo:bar/baz
RUN_DEPENDS:= ${BUILD_DEPENDS}
Sponsored by: Absolight |
09 Jun 2018 16:07:49
1.440_7
|
amdmi3  |
- Fix LICENSE
Approved by: portmgr blanket |
27 May 2018 20:15:20
1.440_7
|
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
31 Jan 2017 16:21:46
1.440_7
|
mat  |
Bump PORTREVISION for ports affected by the fix the last commit.
Done with: Tools/scripts/bump-revision.sh
Sponsored by: Absolight |
31 Dec 2016 19:51:34
1.440_6
|
adamw  |
Purge checks for perl < 5.20. For p5-Net, remove the IPV6 knob which only
affected 5.18 and lower. |
19 Nov 2016 17:07:56
1.440_6
|
sunpoet  |
- Add LICENSE_FILE
- Sort PLIST |
31 Oct 2016 16:01:55
1.440_6
|
adamw  |
Reassign ports@ perl modules to perl@ |
20 Oct 2016 15:58:13
1.440_6
|
rakuco  |
Reassign makc's ports back to the pool.
See "Maintainer Reset" in
https://www.freebsd.org/portmgr/policies_contributors.html. makc's last commit
was in March 31st (r412218), and his ports have been timing out since at least
July (r418155).
I also emailed him 2 weeks ago and have received no response so far. |
01 Apr 2016 14:00:57
1.440_6
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
11 Apr 2015 14:09:36
1.440_6
|
mat  |
Archive::Extract has been removed from core in 5.20.
With hat: perl
Sponsored by: Absolight |
08 Dec 2014 16:48:41
1.440_6
|
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 ) |
26 Nov 2014 13:08:38
1.440_5
|
mat  |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
27 Oct 2014 10:55:59
1.440_4
|
bapt  |
Cleanup plist |
10 Sep 2014 20:50:37
1.440_4
|
gerald  |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
06 Jun 2014 12:54:41
1.440_3
|
amdmi3  |
- Convert x11-toolkits/sdl_pango to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket |
01 Jun 2014 08:11:34
1.440_2
|
mva  |
- Update graphics/sdl_gfx to version 2.0.25
- Bump PORTREVISION on ports depending on it, since the shlib version changed |
02 May 2014 14:16:49
1.440_1
|
tijl  |
Convert graphics/sdl_gfx to USES=libtool. Also set USE_AUTOTOOLS because
upstream forgot to regenerate the build scripts. This makes the build use
the correct version information and causes a library version bump. Use
this opportunity to use USES=libtool instead of USES=libtool:oldver.
Bump PORTREVISION on all dependent ports and convert them to USES=libtool
where needed. Also use USES=(gmake, pathfix, tar) and new LIB_DEPENDS
syntax here and there.
games/freedink-engine:
- Option helpers.
- Staging.
- Use dirrmtry for locale directories.
games/oolite:
- Staging. (Only the first 15 lines of the commit message are shown above ) |
07 Nov 2013 16:35:50
1.440
|
makc  |
Add new port devel/p5-Alien-SDL:
Alien::SDL can be used to detect and get configuration settings
from an installed SDL and related libraries.
WWW: http://search.cpan.org/dist/Alien-SDL/ |