Commit graph

19 commits

Author SHA1 Message Date
wiz
0982effce2 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00
mef
9f96c6deaf Update 1.132870 to 1.143630
----------------------------
1.143630 2014-12-29
    - Updated country codes and names (including reservations)
    - Updated database: Mon Dec 29 06:40:01 2014 UTC.

1.141670 2014-06-16
    - Spelling fix (RT #93091)
    - Updated database: Mon Jun 16 06:40:01 2014 UTC.

1.140470 2014-02-16
    - Updated database: Sun Feb 16 06:40:01 2014 UTC.
2015-02-20 07:15:29 +00:00
wiz
cda18437be Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
wiz
7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00
wen
6bd2c53251 Update to 1.132870
Upstream changes:
1.132870 2013-10-14
    - Updated database: Mon Oct 14 06:40:01 2013 UTC.

1.131650 2013-06-14
    - Updated database: Fri Jun 14 06:40:02 2013 UTC.
2013-10-15 14:11:12 +00:00
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00
sborrill
13d4a8a831 Fix grammatical errors 2013-03-25 09:40:28 +00:00
wen
1c366fc9aa Update to 1.130450
Upstream changes:
1.130450 2013-02-14
    - Updated database: Thu Feb 14 06:40:01 2013 UTC.

1.130110 2013-01-11
    - Added Sint Maarten country code: SX
    - Updated database: Fri Jan 11 06:40:01 2013 UTC.
2013-02-17 15:23:10 +00:00
wen
000975b88a Update to 1.122880
Add LICENSE

Upstream changes:
1.122880 2012-10-14
    - Updated database: Sun Oct 14 06:40:02 2012 UTC.
    - Added Bonaire, Sint Eustatius and Saba country code: BQ

1.121660 2012-06-14
    - Updated database: Thu Jun 14 06:40:01 2012 UTC.

1.120460 2012-02-15
    - Updated database: Wed Feb 15 06:40:01 2012 UTC.
    - Fix tests due to updated data

1.112870 2011-10-14
    - Added South Sudan country code: .ss
    - Updated database: Fri Oct 14 06:40:01 2011 UTC.

1.112490 2011-09-06
    - Add a "country name" for code ZZ (private IP addresses) (Neil Bowers)
    - Various POD improvements (Neil Bowers)
    - Updated database: Tue Sep  6 06:40:01 2011 UTC.

1.111650 2011-06-14
    - Updated database: Tue Jun 14 06:40:01 2011 UTC.

1.110450 2011-02-14
    - Updated database: Mon Feb 14 06:40:01 2011 UTC.

1.102870 2010-10-14
    - Updated database: Thu Oct 14 06:40:01 2010 UTC.

1.101650 2010-06-14
    - Minor code and test cleanup
    - Updated database: Mon Jun 14 06:40:01 2010 UTC.
2012-12-19 07:22:17 +00:00
asau
e059e7e469 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 17:18:07 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
obache
3b0f2f4d0e Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
minskim
5b883bfefb Update p5-Geo-IPfree to 1.100470.
Patch provided by Wen Heping in PR 42833.

Changes:
    - Added Timor-Leste country code: .tl
    - Updated database: Tue Feb 16 06:40:01 2010 UTC
    - Using date-based version number
    - Code and documentation cleanup
    - Added some new tests
    - Updated list of country codes
    - Updated database: Wed Oct  7 06:40:02 2009 UTC
    - Removed webgeo2ipct.pl script as you can now download a suitable file
      straight from the web: http://software77.net/geo-ip/
    - Updated database: Tue Sep  8 06:40:01 2009 UTC
    - Fix undef warning in Faster()
    - Tidy up benchmark script
    - Tidy up txt<->dat conversion scripts
2011-04-05 17:55:47 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00
minskim
7dbfe86183 Update p5-Geo-IPfree to 0.6.
Changes since 0.2:
0.6  Mon May 11 2009
    - fix awful - yet popular - usage of Geo::IPfree::new
      corrected docs to use ->new instead
    - more dist cleanup

0.5  Tue Feb 03 2009
    - include Memoize in prereqs for older perls

0.4  Mon Dec 01 2008
    - fix "undef" test

0.3  Wed Nov 19 2008
    - Add webgeo2ipct script
    - Add new data file
    - Fix all warnings
    - Handle hosts that fail nslookup
    - find_db_file() now looks in user-overridable locations before looking
      for the shipped version.
    - /tmp removed from possible db locations.
    - Dist cleanup.
2009-09-19 00:13:49 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
2008-10-19 19:17:40 +00:00
joerg
3b0d97b0de Add DESTDIR support. 2008-06-20 01:09:05 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
minskim
08eab9cf32 Import p5-Geo-IPfree from pkgsrc-wip. Packaged by Adrian Portelli.
This module a simple file-based database.  This database simply contains IP
blocks as keys, and countries as values.  The data contains all public IP
addresses and should be more complete and accurate than reverse complete
COMPLETE and accurate than reverse DNS lookups.

This module can be used to automatically select the geographically closest
mirror, or to analyze your web server logs to determine the countries of
your visitors.
2007-06-10 17:11:06 +00:00