Pear ports are currently forced to have files with the .tgz extension by bsd.pear.mk. This is not ideal for pear modules that are not hosted on pear.php.net as they sometimes have different extensions. This patch adds the variable PEAR_DIST_SUFX which if set will be used to define EXTRACT_SUFX.
Responsible Changed From-To: freebsd-ports-bugs->miwi Assign to maintainer
miwi 2010-12-29 07:02:48 UTC FreeBSD ports repository Modified files: devel/pear Makefile bsd.pear.mk Log: - Add support for pear modules to have non .tgz extensions. - Fix a plist generation bug when no files are installed into a directory. PR: 152059 152055 Submitted by: Tom Judge <tom@tomjudge.com> Tested via: pointyhat Revision Changes Path 1.35 +1 -0 ports/devel/pear/Makefile 1.10 +18 -2 ports/devel/pear/bsd.pear.mk _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!