| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
24 Oct 2011 09:11:38
1.11
|
dougb  |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
19 Mar 2011 12:38:54
1.11
|
miwi  |
- Get Rid MD5 support |
19 Feb 2009 21:45:43
1.11
|
mva  |
Updated my mail address to use @FreeBSD.org now.
Approved by: miwi (co-mentor), beech (mentor) |
21 Aug 2008 06:18:49
1.11
|
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 ) |
12 Dec 2007 13:58:04
1.11
|
miwi  |
- Update to 1.11
PR: 117728
Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer) |
01 Nov 2006 06:42:57
1.02
|
miwi  |
- Pass maintainership to submitter
PR: ports/104792
Submitted by: Marcus von Appen <mva@sysfault.org> |
10 May 2006 22:37:39
1.02
|
edwin  |
Remove USE_REINPLACE from ports starting with M |
25 Nov 2005 16:09:33
1.02
|
pav  |
- Add SHA256 |
11 Oct 2005 16:10:51
1.02
|
linimon  |
Remove obsolete mastersite.
Source: distfile survey |
24 Apr 2005 18:09:43
1.02
|
arved  |
Don't use autoconf213 |
14 Mar 2004 06:17:56
1.02
|
ade  |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
11 Feb 2004 15:07:55
1.02
|
clement  |
misc category cleanup part 3 of 6:
- Use DATADIR/DOCSDIR/PORTSDOC
- make portlint happy
* diction, earthview
- kill pkg-plist
PR: 61028
Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org>
Updated/reworked by: me |
29 Jan 2004 16:13:06
1.02
|
trevor  |
SIZEify. |
20 May 2003 16:53:10
1.02
|
ijliao  |
add more sites |
20 Feb 2003 18:46:39
1.02
|
knu  |
De-pkg-comment. |
16 Mar 2002 14:52:54
1.02
|
kevlo  |
Update to version 1.02
PR: 35973
Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net> |
20 Nov 2001 22:33:58 
|
lioux  |
Style police: remove trailing space in WWW tag |
25 Aug 2001 00:34:28 
|
dwcjr  |
Update to 1.01 |
19 Dec 2000 08:17:42 
|
sobomax  |
- Update to version 0.9. |
08 Oct 2000 05:01:16 
|
asami  |
Convert category misc to new layout. |