Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
09 Oct 2019 12:17:15
1.4_4

|
bapt  |
Drop the ipv6 virtual category for n* category as it is not relevant anymore |
26 Dec 2017 16:28:45
1.4_4

|
tijl  |
Remove unneeded USE_AUTOTOOLS. |
30 Jun 2017 22:14:10
1.4_4

|
sunpoet  |
Remove Perl core modules
- While I'm here:
- Convert to options target helper
- Sort PLIST
- Bump PORTREVISION for dependency change
With hat: perl |
20 Jan 2017 20:33:31
1.4_3

|
sunpoet  |
Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ |
01 Apr 2016 14:16:20
1.4_3

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
26 Nov 2014 13:08:38
1.4_3

|
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 ) |
12 Sep 2014 22:43:51
1.4_2

|
antoine  |
Do not violate stagedir (and allow staging as a regular user) |
08 Sep 2014 23:26:09
1.4_2

|
marino  |
Stage net/beacon and assign maintainership to submitter
PR: 193183
Submitted by: Chris Hutchinson
Tweaked by: marino |
24 Jul 2014 15:57:24
1.4_1

|
bapt  |
Reset maintainership for ports not staged with no pending PR
With hat: portmgr |
10 Jun 2014 12:14:14
1.4_1

|
mat  |
Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight |
20 Sep 2013 22:10:25
1.4_1

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
16 Sep 2013 06:30:31
1.4_1

|
az  |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
09 Jan 2013 19:50:06
1.4_1

|
tabthorpe  |
- Change MAINTAINER address
- Trim headers while I am here
- Clean up some trailing whitespace |
28 Oct 2012 19:49:13
1.4_1

|
pgj  |
- Convert options to the new format
PR: ports/172527
Submitted by: pgj
Approved by: maintainer
Feature safe: yes |
30 Jun 2012 14:39:14
1.4_1
|
az  |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
13 Apr 2011 01:35:17
1.4_1
|
swills  |
- Don't leave leftover config file if it hasn't changed
Reported by: pointyhat via pav
Pointy hat to: swills |
11 Apr 2011 04:11:41
1.4
|
swills  |
- Update to 1.4
- Fix MASTER_SITES
- Update home page to SF site since previous page doesn't respond
- Use included rc script
- Remove patches included upstream
- Remove unneeded 'CONFIGURE_ARGS='
- Don't unnecessarily include bsd.port.pre.mk/bsd.port.post.mk
- Remove messages about config files. pkg-message could be used, but
isn't necessary
PR: ports/154519
Approved by: maintainer timeout |
20 Mar 2011 12:54:45
1.3_4
|
miwi  |
- Get Rid MD5 support |
15 Dec 2010 22:44:42
1.3_4
|
pgollucci  |
- Unbreak on !i386
- rc.d script handle daemonize and run as nobody by default
- Bump PORTREVISION
PR: ports/149127
Submitted by: Craig Leres <leres@ee.lbl.gov>
Approved by: janos.mohacsi@bsd.hu (maintainer) |
04 Dec 2010 07:34:27
1.3_3
|
ade  |
Sync to new bsd.autotools.mk |
16 Oct 2010 11:52:47
1.3_3
|
ade  |
Punt autoconf267->autoconf268 |
15 Sep 2010 18:35:24
1.3_3
|
ade  |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
27 Mar 2010 00:15:24
1.3_2
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
15 Aug 2009 13:33:54
1.3_2
|
wxs  |
- Add RC script
- No need to use pre-build target
- Fix up plist
PR: ports/136903
Submitted by: Antonio Querubin <tony@lava.net>
Approved by: maintainer timeout |
21 Aug 2008 06:18:49
1.3_1
|
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 ) |
20 Aug 2008 00:57:32
1.3_1
|
ade  |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
30 Sep 2007 04:47:37
1.3_1
|
linimon  |
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe |
08 Sep 2007 01:02:54
1.3
|
linimon  |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
07 Jun 2006 14:35:53
1.3
|
edwin  |
Add SHA256 checksum |
15 May 2006 07:02:17
1.3
|
lawrance  |
Update to 1.3.
PR: ports/96503
Submitted by: Antonio Querubin <tony@lava.net>
Approved by: janos.mohacsi@bsd.hu (maintainer, timeout 4 weeks) |
22 Jan 2006 21:24:05
1.1_1
|
edwin  |
SHA256ify
Approved by: krion@ |
22 Jan 2006 02:46:07
1.1_1
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
15 Nov 2005 06:52:12
1.1_1
|
ade  |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
31 Oct 2005 18:24:21
1.1_1
|
erwin  |
Let the IGNORE message make a bit more sense and change it from:
===> p5-Some-Module-0.7 Port requires perl 5.6.x or later. Install
lang/perl5 then try again.
to:
===> p5-Some-Module-0.7 requires perl 5.6.x or later. Install
lang/perl5 then try again.
Approved by: silence on -ports |
12 Apr 2005 03:26:57
1.1_1
|
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 08:04:41
1.1_1
|
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
08 Jan 2005 15:35:08
1.1_1
|
pav  |
- Fix plist: handle one directory as a directory instead as a file
- Suppress creation of perllocal.pod
PR: ports/75182
Submitted by: Janos Mohacsi <janos.mohacsi@niif.hu> (maintainer) |
18 Nov 2004 22:43:11
1.1
|
kris  |
BROKEN on !i386: Does not compile |
26 Oct 2004 16:21:10
1.1
|
pav  |
- Update to 1.1
Extensive list of changes is in the PR
PR: ports/73107
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer) |
26 Sep 2004 01:36:44
0.9.55
|
kris  |
BROKEN: Unfetchable
Approved by: portmgr (self) |
11 Jul 2004 20:06:33
0.9.55
|
thierry  |
Upgrade to 0.9.55 and make fetchable again.
Submitted by: maintainer. |
11 Jul 2004 00:53:40
0.9.06_1
|
kris  |
BROKEN: Unfetchable |
05 Mar 2004 10:27:49
0.9.06_1
|
krion  |
- Fix build on AMD64 |
02 Mar 2004 13:11:43
0.9.06_1
|
krion  |
- Fix build on alpha, AMD64 and sparc64
Reported by: bento via kris |
28 Feb 2004 20:39:16
0.9.06
|
krion  |
Add beacon 0.9.06,
The NLANR/DAST Multicast Beacon is a program written in Perl
which uses the RTP protocol to provide useful statistics and
diagnostic information about a given multicast group.
It is used in Internet2 AccessGrid project and EU FP5 6NET
project.
PR: ports/63440
Submitted by: Janos.Mohacsi@bsd.hu |