aboutsummaryrefslogtreecommitdiff
path: root/sysutils/debhelper
Commit message (Collapse)AuthorAgeFilesLines
* - Install complete list of componentsSunpoet Po-Chuan Hsieh2015-09-206-3/+110
| | | | | | | | | | - Bump PORTREVISION for package change PR: 202724 Submitted by: <bigangrygreenguy@gmail.com> Notes: svn path=/head/; revision=397414
* - Update to 9.20150101Sunpoet Po-Chuan Hsieh2015-01-032-3/+3
| | | | | | | Changes: http://source.joeyh.branchable.com/?p=source.git Notes: svn path=/head/; revision=376107
* - Update to 9.20141222Sunpoet Po-Chuan Hsieh2014-12-242-4/+3
| | | | | | | Changes: http://source.joeyh.branchable.com/?p=source.git Notes: svn path=/head/; revision=375404
* Catch up abusive uses of ${SITE_PERL}.Mathieu Arnold2014-12-231-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=375302
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* - Update to 9.20141107Sunpoet Po-Chuan Hsieh2014-11-243-7/+3
| | | | | | | | | - Cleanup PLIST Changes: http://source.joeyh.branchable.com/?p=source.git Notes: svn path=/head/; revision=373289
* - Update to 9.20141003Sunpoet Po-Chuan Hsieh2014-10-062-3/+3
| | | | | | | Changes: http://source.joeyh.branchable.com/?p=source.git Notes: svn path=/head/; revision=370248
* - Update to 9.20140817Sunpoet Po-Chuan Hsieh2014-08-182-3/+3
| | | | | | | Changes: http://source.joeyh.branchable.com/?p=source.git Notes: svn path=/head/; revision=365300
* - Update to 9.20140809Sunpoet Po-Chuan Hsieh2014-08-102-3/+5
| | | | | | | | | - Add LICENSE Changes: http://source.joeyh.branchable.com/?p=source.git Notes: svn path=/head/; revision=364554
* - Update to 9.20140613Sunpoet Po-Chuan Hsieh2014-07-045-49/+49
| | | | | | | | | | | | - Fix shebang - Update pkg-descr - Use single space after WWW: - Take maintainership Changes: http://source.joeyh.branchable.com/?p=source.git Notes: svn path=/head/; revision=360511
* multiple: reset gslin's maintainerEitan Adler2014-06-301-1/+1
| | | | | | | | | | | By request of Gea-Suan Lin <gslin@gslin.org> - reset ports to ports@FreeBSD. Gea-Suan Lin's work is much appreciated. Approved by: portmgr (implicit) (not really, skipping NO_STAGE check) Notes: svn path=/head/; revision=359802
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772
* - convert to the new perl5 frameworkAndrej Zverev2013-09-071-1/+1
| | | | | | | Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326572
* A collection of programs that can be used in a debian/rules file to automateMartin Wilke2013-02-085-0/+115
common tasks related to building debian packages. Programs are included to install various files into your package, compress files, fix file permissions, integrate your package with the debian menu system, debconf, doc-base, etc. Most debian packages use debhelper as part of their build process. WWW: http://joeyh.name/code/debhelper/ PR: ports/175915 Submitted by: Gea-Suan Lin <gslin@gslin.org> Notes: svn path=/head/; revision=311923