- Fix a few of pkg-descr by chase the rename.
- Move all PORTREVISION and PORTEPOCH to top with ?=.
- Put USE_X_PREFIX back in, but under REFERENCE_PORT, and remove PREFIX? and
USE_XLIB. This fix ports to use the correct mtree when you change the prefix,
for example:
Incorrect: (Without USE_X_PREFIX)
================================
# cd /usr/ports/x11-toolkits/gtk20
# make -V MTREE_FILE
/etc/mtree/BSD.x11-4.dist
# make PREFIX=/tmp/foo -V MTREE_FILE
/etc/mtree/BSD.local.dist <-- Here...
================================
Correct: (With USE_X_PREFIX)
================================
# cd /usr/ports/x11-toolkits/gtk20
# make -V MTREE_FILE
/etc/mtree/BSD.x11-4.dist
# make PREFIX=/tmp/foo -V MTREE_FILE
/etc/mtree/BSD.x11-4.dist <-- Here...
================================
- Change a several of *-reference ports to install in LOCALBASE instead
X11BASE, but only two gtkmm*-reference couldn't be change at the moment.
Bump the PORTREVISION for change prefix.
Discussed with: marcus
- Add authors to pkg-descr
0.06 Wed Mar 22 12:00:00 2006
- Fixed a circular reference in Audio::Wav::Write::Header that was
causing memory to leak (thanks Sumitro Chowdhury).
- Tidied up bits and pieces.
- Added very basic support for WAVEFORMATEXTENSIBLE.
- When writing files, finish() will now be called by DESTROY if
necessary.
PR: 98172
Submitted by: aaron
Reviewed by: maintainer
Approved by: maintainer, tobez (implicit)
- Update pkg-plist
1.02 Thu Sep 15 2005 Andrew Sterling Hanenkamp <hanenkamp@cpan.org>
* Switched from ExtUtils::MakeMaker to Module::Build.
* Added dependencies on Class::DBI 0.96 (thanks to MJH
<mjh@liminalflux.net for the suggestion)
* Updated the README documentation.
* Changed the environment variables used for testing.
* Fixed testing so that tests are skipped when optional
prerequisites are not installed.
* Removed Class::DBI::DDL::mysql as it did nothing.
PR: 98180
Submitted by: aaron
Reviewed by: maintainer
Approved by: maintainer, tobez (implicit)
- Update pkg-plist
2.25 15.06.2005
user:pass with proxy support - untested (thanks to Peter)
Please try it, I don't have such a setup.
Cache module: use CDDB_cache instead of CDDB_get
All files are saved in a local tree and can be reused from there.
Please try it if you like, it's not really tested.
2.26 22.06.2005 (unreleased)
added postgres/oracle/sqlite support (untested)
thanks to Rick for starting with a postgres version
2.27 01.01.2006
default port is now 8880 (not 888 anymore)
fixes an ioctl perl problem on current redhat/fedora (thanks to
Gregory K. Ruiz-Ade and the redhat/fedora guys)
PR: 98173
Submitted by: aaron
Reviewed by: maintainer
Approved by: maintainer, tobez (implicit)