- update to 1.5
- clarify how to use sysutils/ansible port to control non-FreeBSD systems
in pkg-message
- remove man3 man pages: they are gone in the upstream distribution
- convert to PLIST_FILES
- remove NO_ARCH, while here - it has no practical value here
- add UPDATING entry, because some changes are not backward compatible
Changelog: https://raw.github.com/ansible/ansible/v1.5.0/CHANGELOG.md
PR: 187182
Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer)
- Delete files/patch-configure: This patch is non-functional because
configure is regenerated by USE_AUTOTOOLS=autoconf.
- Replace files/patch-aclocal.m4 with USE_AUTOTOOLS=aclocal.
- Replace files/patch-config.h.in with USE_AUTOTOOLS=autoheader.
- Replace files/patch-ltmain.sh with USE_AUTOTOOLS=libtoolize.
- Replace USE_AUTOTOOLS=libtool with USES=libtool.
- Remove indefinite article from COMMENT.
Approved by: hrs (maintainer)
- fix packaging by correcting reversed logic of PORTDOCS installation [1]
- support staging
- general clean-ip
- bump PORTREVISION, because those, who didn't need PORTDOCS, had them installed
Reported by: mandree [1]
Fix all the -conf binary trying to look in the stage directory, by
enforcing make prog as a build target so they are built during the 'build'
phase and not the install phase and thus get right prefix and not the staged one
- Remove LICENSE_FILE for well-known licenses
- Convert to new LIB_DEPENDS format
- Convert to new options framework
- Add EXPAT, LIBXML2 and TEST options [1]
- Strip shared library
- Remove unnecessary post-patch:
- Support STAGEDIR
- Take maintainership
Changes: http://bazaar.launchpad.net/~metalink-dev/libmetalink/trunk/view/head:/NEWS
PR: ports/176891 [1], ports/181522
Submitted by: Andrew Romanenko <melanhit@gmail.com> [1]
sunpoet (myself)
* Updated Dutch, Japanese, Russian and Ukrainian translations
* Fixed a minor issue when changing direction using an analogue controller
* Fixed the corrupted message that appears when Edgar's inventory is full
* The slime timer above Edgar is now removed when changing maps or loading a game
* Crushers no longer get stuck if they hit a pushable object
* Ice cubes can no longer bounce on springs forever
- Strip executable
Update pkg-descr to provide background that may help users decide whether
to really consider this port.
PR: 186046 [1]
Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> [1]
Fasta3 distfile was significantly changed. This should have been released
as a new version (e.g. 36.3.6e), so it's not clear why the distfile was
rerolled. There are significant changes to makefiles, conf files and even
a few .c and .h files. They all look like legitimate updates to me
though.
Set DIST_SUBDIR since this port is now known for rerolling, then
regenerate distinfo. Also add Fasta license and bump revision.
The makefile patch was strange in that it defined LIBDATADIR once
unconditionally and then again conditionally. This could have been
done via MAKE_ARGS and no patch at all. However, I changed the
patch to a single definition that is true for "ports" regardless
of the platform used (pkgconfig files always in libdata in ports).
This allows port to build on DragonFly and no-op for FreeBSD.
CVS is no longer in base on FreeBSD 10 and later, but it's still in
DragonFly's base, and the devel/cvs port doesn't even build on DF. The
dependence on CVS was added to some ports recently, make sure that only
applies to FreeBSD. Note the rancid approach where it further limits
it to FreeBSD 10+ is better than devel/cvs* where they pull in CVS
unconditionally on FreeBSD 8 and 9 where it's not needed. The
unmaintained cvs-syncmail port was updated to be like rancid, but I
didn't make the same update to the maintained cvs2html port.
mp3rename - Rename MP3 files based off of it's tags.
mp3show - Show tags for one or more MP3 file.
mp3tag - Manipulate the tags for one or more MP3 files.
WWW: http://search.cpan.org/dist/MP3-Tag-Utils/
PR: ports/186974
Submitted by: Zane C. Bowers-Hadley <vvelox@vvelox.net>