Commit Graph

15 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
c1b73cf1db - Install complete list of components
- Bump PORTREVISION for package change

PR:		202724
Submitted by:	<bigangrygreenguy@gmail.com>
2015-09-20 20:19:18 +00:00
Sunpoet Po-Chuan Hsieh
8861a15347 - Update to 9.20150101
Changes:	http://source.joeyh.branchable.com/?p=source.git
2015-01-03 07:49:30 +00:00
Sunpoet Po-Chuan Hsieh
12c48dccd4 - Update to 9.20141222
Changes:	http://source.joeyh.branchable.com/?p=source.git
2014-12-24 06:14:48 +00:00
Mathieu Arnold
92fbc75c13 Catch up abusive uses of ${SITE_PERL}.
Sponsored by:	Absolight
2014-12-23 02:22:19 +00:00
Mathieu Arnold
eee58d187e Change the way Perl modules are installed, update the default Perl to 5.18.
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
2014-11-26 13:08:24 +00:00
Sunpoet Po-Chuan Hsieh
eb68d3ba9a - Update to 9.20141107
- Cleanup PLIST

Changes:	http://source.joeyh.branchable.com/?p=source.git
2014-11-24 18:28:57 +00:00
Sunpoet Po-Chuan Hsieh
d9b987c25f - Update to 9.20141003
Changes:	http://source.joeyh.branchable.com/?p=source.git
2014-10-06 23:06:33 +00:00
Sunpoet Po-Chuan Hsieh
977acd3368 - Update to 9.20140817
Changes:	http://source.joeyh.branchable.com/?p=source.git
2014-08-18 12:46:11 +00:00
Sunpoet Po-Chuan Hsieh
0b7e09f039 - Update to 9.20140809
- Add LICENSE

Changes:	http://source.joeyh.branchable.com/?p=source.git
2014-08-10 17:54:49 +00:00
Sunpoet Po-Chuan Hsieh
e16203444e - Update to 9.20140613
- Fix shebang
- Update pkg-descr
- Use single space after WWW:
- Take maintainership

Changes:	http://source.joeyh.branchable.com/?p=source.git
2014-07-04 02:48:20 +00:00
Eitan Adler
e6ab3ba661 multiple: reset gslin's maintainer
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)
2014-06-30 05:51:02 +00:00
Baptiste Daroussin
e04b632220 Fix properties on pkg-plist 2014-01-21 23:40:21 +00:00
Baptiste Daroussin
83f65384c9 Add NO_STAGE all over the place in preparation for the staging support (cat: sysutils) 2013-09-20 23:05:58 +00:00
Andrej Zverev
995f5a5f62 - convert to the new perl5 framework
Approved by:	portmgr (bapt@, blanket)
2013-09-07 06:13:27 +00:00
Martin Wilke
5da731a1c0 A collection of programs that can be used in a debian/rules file to automate
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>
2013-02-08 09:08:19 +00:00