Commit graph

19 commits

Author SHA1 Message Date
wiz
93b46879c7 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
wiz
73716d23de Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
mef
e9080119ab Update 0.70 to 0.72
-------------------
2002-03-18  WATANABE Yoshimasa  <naney@naney.org>

	* debian/changelog: Add entry for 0.7.2-1.

	* debian/rules: Remake with dh_make 0.29.

	* debian/control: Change Standards-Version: from 3.1.1 to 3.5.2.
	Update Depends:
	Add Build-Depends:

	* debian/Makefile.am: Remove 'files' from EXTRA_DIST.

	* NEWS: Add entry for 0.7.2

2002-03-14  WATANABE Yoshimasa   <naney@naney.org>

	* mknmz-wwwoffle.in:
	Skip cache files if the response status code is 302.
	(MknmzWwwoffle::list_up_file) Revise code that waste memory.

	* README: Change copyright years.
	Correct file name.
	Change Namazu version (2.0.5 -> 2.0.10).

	* INSTALL: Change copyright years.
	Add 'Japanese' heading.

2002-03-13  WATANABE Yoshimasa  <naney@naney.org>

	* mknmz-wwwoffle.in: Update copyright years.

	* configure.ac: Increment version.

	* Makefile.am: Remove duplicated line (filterdir = ...).

	* configure.ac: Rename configure.in to configure.ac.

	* configure.in:
	Renamed configure.in to configure.ac

2001-08-15  WATANABE Yoshimasa  <naney@naney.org>

	* ChangeLog: Update.

	* debian/docs: Remove INSTALL, INSTALL.ja

	* debian/changelog: Add entry for 0.7.1-1

	* NEWS: Add entry for 0.7.1

	* configure.in: Update Copyright Year.
	Increment Version.

	* INSTALL.ja: Update Copyright year.

	* README.ja: Some changes.

	* debian/copyright: Update Copyright year.

	* mknmz-wwwoffle.1.in: Update date.

	* Makefile.am: Update Copyright year.

	* THANKS: Add entry for Andrew M. Bishop

	* THANKS: Add entry for Takeshi Hakamada.

	* README: Add Documentation.

	* INSTALL: Add documentation.

	* AUTHORS: Update Copyright year.

	* mknmz-wwwoffle.in:
	(MknmzWwwwoffle::list_up_file) Remove $fullFileName (No use)

	* mknmz-wwwoffle.in:
	(MknmzWwwwoffle::list_up_file) Remove stat function call (No use).

	* mknmz-wwwoffle.in:
	(MknmzWwwwoffle::list_up_file) Fix bug (relative path target).

2001-01-14  WATANABE Yoshimasa  <naney@naney.org>

	* README, README.ja: Update the URL of Namazu Official Site.
2016-02-02 13:23:29 +00:00
agc
b9b754e081 Add SHA512 digests for distfiles for www category
Problems found locating distfiles:
	Package haskell-cgi: missing distfile haskell-cgi-20001206.tar.gz
	Package nginx: missing distfile array-var-nginx-module-0.04.tar.gz
	Package nginx: missing distfile encrypted-session-nginx-module-0.04.tar.gz
	Package nginx: missing distfile headers-more-nginx-module-0.261.tar.gz
	Package nginx: missing distfile nginx_http_push_module-0.692.tar.gz
	Package nginx: missing distfile set-misc-nginx-module-0.29.tar.gz
	Package nginx-devel: missing distfile echo-nginx-module-0.58.tar.gz
	Package nginx-devel: missing distfile form-input-nginx-module-0.11.tar.gz
	Package nginx-devel: missing distfile lua-nginx-module-0.9.16.tar.gz
	Package nginx-devel: missing distfile nginx_http_push_module-0.692.tar.gz
	Package nginx-devel: missing distfile set-misc-nginx-module-0.29.tar.gz
	Package php-owncloud: missing distfile owncloud-8.2.0.tar.bz2

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 02:46:46 +00:00
wiz
2e65d464e8 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:50:58 +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
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
asau
5eae6a18a3 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +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
wiz
5ce5fb991e Remove kei as maintainer, he resigned. 2009-09-02 08:34:13 +00:00
joerg
f605fec2db Mark as destdir ready. 2008-07-14 12:55:56 +00:00
adrianp
7fe3b3ef94 namazu2 was renamed to namazu about a month ago so modify DEPENDS accordingly
PKGREVISION++
2007-10-20 10:43:11 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
rillig
9705fc9bc4 Fixed pkglint warnings. 2005-09-28 12:26:54 +00:00
jlam
3e474a90d8 Get rid of USE_PERL5. The new way to express needing the Perl executable
around at either build-time or at run-time is:

	USE_TOOLS+=	perl		# build-time
	USE_TOOLS+=	perl:run	# run-time

Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
2005-07-16 01:19:06 +00:00
wiz
809ad6f2f7 Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
martti
33e2a02324 COMMENT should start with a capital letter. 2003-07-22 04:14:17 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
seb
eb6e92b94b Reimport of package mknmz-wwoffle from japanese/mknmz-wwwoffle into www/mknmz-wwwoffle.
This is part of the japanese category retirement.
CATEGORIES and pathnames to japanese/ adjusted.
2002-05-31 13:01:44 +00:00