Commit graph

41 commits

Author SHA1 Message Date
wiz
73716d23de Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
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
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
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
taca
5f5cce2eb3 * Avoid to use timelocal.pl since it cause warning with perl 5.14 now.
* Allow deleting remote directories.  (It is needed to put local file tree
  to remote with  mirror.

Bump PKGREVISION.
2011-09-12 16:35:43 +00:00
zafer
7a833ab106 service suspended. fetch from backup. 2011-03-17 21:52:23 +00:00
joerg
4ee11addf8 DESTDIR support 2010-02-11 22:04:09 +00:00
wiz
c17a24d8e3 Some pkglint cleanup: use SUBST framework, remove .gz from man pages in PLIST. 2007-03-01 19:33:39 +00:00
wiz
77a74002ac SCRIPTS_ENV is unused here, do not modify it. 2007-03-01 18:33:54 +00:00
wiz
b6160330f7 Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:53:15 +00:00
rillig
7c3e67ec5f Oops, committed the last change before the test finished. 2006-10-04 21:22:43 +00:00
rillig
777866670e Fixed file permissions and PKGMANDIR. 2006-10-04 21:20:40 +00:00
obache
e896edb7fe Rename variable MAKEFILE to MAKE_FILE. 2006-09-09 02:41:53 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
wiz
31e45cd778 Convert to pkginstall framework. Bump PKGREVISION. 2006-02-19 15:55:33 +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
b8e0eb28f4 Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be
useful.
2005-03-24 21:12:50 +00:00
agc
3ad1bdbf06 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
seb
9f6dbd0564 Add HOMEPAGE. 2002-10-30 08:47:39 +00:00
seb
bafdf8a7f1 Replace target do-configure' by pre-configure' so REPLACE_PERL actually
makes things happen.
Bump PKGREVISION.
White space fix.
2002-05-07 13:26:32 +00:00
agc
2772849ead Instead of using a custom script to do the same job at the same
time as the REPLACE_PERL definition, simplify things by using the
REPLACE_PERL functionality.

Also substitute the correct prefix in a package Makefile target,
rather than using the configure script.

Remove now unnecessary script.
2001-10-26 11:35:03 +00:00
agc
a16fc84f19 Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:
WRKSRC= ${WRKDIR}

This is much cleaner, much more indicative of what happens, and removes
another of the negative definitions (NO_.* = value).
2001-09-09 20:36:07 +00:00
hubertf
d32e698de6 Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this
2001-02-25 04:17:35 +00:00
wiz
a13ea108bb Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:52:59 +00:00
jlam
06f0a4c3c2 Use new PERL5 variable instead of ${LOCALBASE}/bin/perl. 2000-08-27 02:46:03 +00:00
kim
a35eed9323 Install mirror.defaults.dist as part of the package. Only copy it
to mirror.defaults if one does not already exist.  This preserves
local configuration information.
2000-04-19 16:16:51 +00:00
kim
34187f394e Upgrade to 2.9. Parsing of "ls" output should be improved,
although it didn't help me...
2000-03-26 22:33:17 +00:00
itojun
18811d7df3 make mirrormaster works independently from cwd. previously
it assumed that:
- bin/mirror is in cwd (so cwd must be ${PREFIX}/bin)
- generate logs into ./logs (so logs will be generated into ${PREFIX}/bin/logs)
but it is very annoying.  let us invoke bin/mirror with full pathname.

add rcsid to patches/patch-a[de].
1999-12-28 18:15:43 +00:00
kim
c84f7f7530 - Combine all patches for mirror.pl into patch-ab (remove patch-ad).
- Move all sed stuff into scrips/configure so it can be done in one
  pass (no post-configure target in Makefile anymore).
- Use "compress" for $compress_prog instead of gzip; our compress
  needs the -f flag to make it quiet (additional pathes to mirror.pl)
- Fix PASV handling (too strict a regexp -- breaks on Win NT servers
  that emulate UNIX behaviour -- NT added a trailing dot to the 227
  message and ftp.pl was not tolerating that)
- Add $PREFIX/bin and $PREFIX/sbin to $extra_path (leaving /usr/local
  directories in)
- Do not modify ${WRKSRC}/mirror, it is a symlink in the distribution
1998-08-29 18:05:56 +00:00
agc
988019b016 Update package Makefiles for automatic manual page handling. 1998-06-22 12:58:33 +00:00
frueauf
49e36ada0b Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org. 1998-04-20 11:56:17 +00:00
agc
258b808c9f Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.
1998-04-15 10:38:15 +00:00
hubertf
a515c8f4c8 portlint: use command macros 1998-01-24 21:37:54 +00:00
hubertf
c879edd931 Use ${PREFIX}/bin/perl in all the places 1997-10-28 01:02:29 +00:00
hubertf
6650b62e45 get everything in 1997-10-27 04:51:39 +00:00