Commit graph

66 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
755de186ec Update to 0.16012
- Use real PORTVERSION and update dependent port
- Add LICENSE
- Add NO_ARCH
- Sort PLIST

Changes:	http://search.cpan.org/dist/DateTime-Format-Pg/Changes
2017-02-28 09:46:53 +00:00
Mathieu Arnold
b2f4b9e1f7 Updte to 0.778.
Sponsored by:	Absolight
2016-07-01 14:26:53 +00:00
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Adam Weinberger
34ed372f38 Start removing MASTER_SITE_SUBDIR=CPAN:username where possible. The
downside to having this set is that portscout cannot find new releases
when the username changes (which happens often in large projects with
multiple maintainers).
2015-06-24 15:16:23 +00:00
Sunpoet Po-Chuan Hsieh
ce559b97da - Update to 0.777
Changes:	http://search.cpan.org/dist/Rose-DB/Changes
2015-03-18 13:02:18 +00:00
Adam Weinberger
9e00ce3f62 Some OCD cleanups on some of the perl@ ports.
- Remove dependencies in core
- Put testing depends in TEST_DEPENDS
- Remove unnecessary bsd.port.options.mk inclusions
- Remove checks for Perl versions that no longer exist in the ports tree
- Sort plists, some of which were so jumbled that I have to assume
  the plist was randomized before committing

A lot of the plist changes in this commit are moving PERL5_MAN3 after
SITE_PERL. It's repo churn now, but it makes updating the ports later
far easier.
2015-03-12 23:00:02 +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
Baptiste Daroussin
3edc030b9f Cleanup plist 2014-10-20 10:41:12 +00:00
Sunpoet Po-Chuan Hsieh
8c505a3e95 - Update to 0.775
Changes:	http://search.cpan.org/dist/Rose-DB/Changes
2014-01-20 17:24:39 +00:00
Sunpoet Po-Chuan Hsieh
b60a425d39 - Update to 0.774
Changes:	http://search.cpan.org/dist/Rose-DB/Changes
2013-11-04 17:04:46 +00:00
Vanilla I. Shu
2bf8c2e6f0 Support STAGEDIR. 2013-11-03 06:53:54 +00:00
Sunpoet Po-Chuan Hsieh
697cef22af - Update to 0.773
- Fix PLIST: remove "@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%"

Changes:	http://search.cpan.org/dist/Rose-DB/Changes
2013-11-02 17:14:14 +00:00
Sunpoet Po-Chuan Hsieh
22b28f85a6 - Add PORTSCOUT 2013-10-04 07:07:10 +00:00
Baptiste Daroussin
36117d7097 Add NO_STAGE all over the place in preparation for the staging support (cat: databases) 2013-09-20 16:13:47 +00:00
Mathieu Arnold
1f6c1539bc Update to 0.771. 2013-08-20 09:54:16 +00:00
Mathieu Arnold
4819ca343b - Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2013-08-02 18:52:07 +00:00
Eitan Adler
5190f14f8d For perl@ owned ports:
- Fix COMMENT
- Trim header
2013-03-29 00:44:53 +00:00
Sunpoet Po-Chuan Hsieh
f42de8cee7 - Update to 0.770
- Cleanup Makefile header

Changes:	http://search.cpan.org/dist/Rose-DB/Changes
2013-02-02 03:17:22 +00:00
Frederic Culot
04ed5b515b - Update to 0.769
Changes:	http://search.cpan.org/dist/Rose-DB/Changes
2012-05-29 08:38:20 +00:00
Sunpoet Po-Chuan Hsieh
cc67ed8398 - Update to 0.768
Changes:	http://search.cpan.org/dist/Rose-DB/Changes
2012-05-14 18:33:52 +00:00
Sunpoet Po-Chuan Hsieh
5f63496119 - Update to 0.767
- Add LICENSE

Changes:	http://search.cpan.org/dist/Rose-DB/Changes
2012-05-02 18:34:49 +00:00
Sunpoet Po-Chuan Hsieh
ce33af3788 - Update to 0.766
Changes:	http://search.cpan.org/dist/Rose-DB/Changes
2012-01-07 16:57:33 +00:00
Sunpoet Po-Chuan Hsieh
b445ef1784 - Update to 0.765
Changes:	http://search.cpan.org/dist/Rose-DB/Changes
2012-01-06 06:33:54 +00:00
Sunpoet Po-Chuan Hsieh
99d66ef5ee - Update to 0.764
- Pet portlint

Changes:	http://search.cpan.org/dist/Rose-DB/Changes
2011-10-19 13:11:50 +00:00
Sunpoet Po-Chuan Hsieh
6fb6597c89 - Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+
With hat:	perl
2011-09-17 06:49:29 +00:00
Andrej Zverev
dec946ad51 - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
2011-06-20 08:37:15 +00:00
Wen Heping
ea770bf3e9 - Update to 0.763
ChangeLog: http://cpansearch.perl.org/src/JSIRACUSA/Rose-DB-0.763/Changes
2011-01-07 00:23:06 +00:00
Wen Heping
7934562bd0 - Update to 0.859
ChangeLog: http://search.cpan.org/src/JSIRACUSA/Rose-Object-0.859/Changes
2010-12-09 01:26:30 +00:00
Mark Linimon
a982e2cbd7 Reset hideo@lastamericanempire.com due to maintainer-timeouts and no
response to email.

Hat:		portmgr
2010-12-02 00:04:47 +00:00
Philip M. Gollucci
76f3222580 - %%SITE_PERL%%/auto and %%SITE_PERL%%/%%PERL_ARCH%%/auto
are part of lang/perl5* pkg-plist
- Bump PORTREVISIONs

With Hat:   perl@
2010-09-24 00:44:29 +00:00
Philip M. Gollucci
c3ef110793 - Update to 0.758
PR:             ports/143754
Submitted by:   myself (pgollucci@)
Approved by:    hideo@lastamericanempire.com (maintainer)
2010-02-12 19:52:11 +00:00
Wen Heping
cbecc225a6 - Update to 0.757
PR:		ports/143246
Submitted by:	Wen Heping <myself>
Approved by:	maintainer
2010-01-30 00:55:08 +00:00
Philip M. Gollucci
2da75ce1c7 - Update to 0.756
PR:             ports/142634
Submitted by:   myself (pgollucci@)
Approved by:    hideo@lastamericanempire.com (maintainer)
2010-01-18 01:34:40 +00:00
Philip M. Gollucci
d3f9d48636 - Update to 0.755
PR:             ports/141512
Approved by:    maintainer
Submitted by:   myself (pgollucci@)
2009-12-26 05:51:21 +00:00
Martin Wilke
451b0997dd - Update to 0.753
PR:		136641
Submitted by:	hideo <hideo@lastamericanempire.com> (maintainer)
2009-07-14 18:52:00 +00:00
Beat Gaetzi
25f5eadda3 - Update to 0.752
PR:		ports/134362
Submitted by:	hideo <hideo AT lastamericanempire.com> (maintainer)
Approved by:	miwi (mentor, implicit)
2009-05-09 07:43:10 +00:00
Philippe Audeoud
ae65ea8510 - Update to 0.749
- Changlog <http://cpansearch.perl.org/src/JSIRACUSA/Rose-DB-0.749/Changes>

PR:		ports/131315
Submitted by:	Cory R. King <coryking _AT_ mozimedia.com>
Approved by:	maintainer
2009-02-03 08:53:47 +00:00
Philippe Audeoud
a8a22e76e3 - Update to 0.748
PR:		ports/129548
Submitted by:	hideo <hideo _at_ lastamericanempire _dot_ com>
2008-12-11 12:40:00 +00:00
Philippe Audeoud
72da39cd87 - Update to 0.747
PR:		ports/128337
Submitted by:	ideo <hideo _AT_ lastamericanempire _DOT_ com> (maintainer)
2008-10-24 14:51:35 +00:00
Martin Wilke
4f6907bb4e - Update to 0.745
PR:		127383
Submitted by:	hideo <hideo@lastamericanempire.com> (maintainer)
2008-09-24 08:55:20 +00:00
Martin Wilke
952d1c32c3 - Update to 0.744
PR:		124149
Submitted by:	hideo <hideo@lastamericanempire.com> (maintainer)
2008-05-31 13:57:26 +00:00
Cheng-Lung Sung
4238a67342 - Update to 0.743
PR:		ports/122662
Submitted by:	maintainer
2008-04-12 01:59:47 +00:00
Martin Wilke
6f350a15c1 - Update to 0.741
PR:		121265
Submitted by:	hideo <hideo@lastamericanempire.com> (maintainer)
2008-03-06 19:03:26 +00:00
Martin Wilke
56310d5d72 - Update to 0.740
PR:		120832
Submitted by:	hideo <hideo@lastamericanempire.com>
2008-02-25 10:49:33 +00:00
Martin Wilke
979545f555 - Update to 0.738
PR:		120407
Submitted by:	hideo <hideo@lastamericanempire.com> (maintainer)
2008-02-10 13:55:07 +00:00
Martin Wilke
f4d112cfe7 - Update to 0.736
PR:		118041
Submitted by:	hideo <hideo@lastamericanempire.com>
2007-12-14 23:14:17 +00:00
Mark Linimon
9839011ec3 Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
2007-09-08 01:12:10 +00:00
Rong-En Fan
d6c53c5a90 - Update to 0.735
PR:		ports/114933
Submitted by:	hideo <hideo at lastamericanempire.com> (maintainer)
2007-07-27 13:38:07 +00:00
Martin Wilke
b9ef204200 - File was rerolled [1]
Notes from Page:
 * Fixed a bug that prevented certain reserved words from being detected
   as primary key columns in Postgres.  (Reported by Fred Cox)

PR:		113122
Submitted by:	pointyhat via kris [1]
                hideo <hideo@lastamericanempire.com> (maintainer)
2007-05-29 14:23:51 +00:00
Martin Wilke
c21889b378 - Update to 0.734
PR:		112444
Submitted by:	hideo <hideo@lastamericanempire.com> (maintainer)
2007-05-27 11:31:18 +00:00