Commit graph

11 commits

Author SHA1 Message Date
tnn
2658aa1835 pkg_developer: 1.2.2: depend on pkgtools/import-package 2020-08-30 08:22:39 +00:00
rillig
9637f7852e all: migrate homepages from http to https
pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
2020-01-26 17:30:40 +00:00
tron
2899099543 Fix the build by marking this as a meta package before we include
"bsd.prefs.mk".
2016-01-13 18:14:14 +00:00
rillig
3e67fa6b06 Select the proper pkglint version for the platform; bump version 2016-01-12 20:09:35 +00:00
adrianp
450b06a2c4 Add lintpkgsrc
Bump to 1.2
2008-01-06 02:13:02 +00:00
rillig
0e0ff99a73 Replaced the custom definitions with META_PACKAGE=yes. 2007-12-19 12:27:27 +00:00
jlam
ae9b935fd0 * If PLIST_SRC is explicitly set to an empty value in a package Makefile,
then automatically generate a PLIST that says "${PKGNAME} has no files".

* If PLIST_SRC and GENERATE_PLIST are not set in a package Makefile,
  and no PLIST files exist, then fail during the package build with
  PKG_FAIL_REASON.

* Remove "intentionally empty" PLISTs again.

Now, the easy way to say that a package installs no files is to just
add the following to the package Makefile:

	PLIST_SRC=	# empty
2007-10-25 22:00:39 +00:00
jlam
38c496d6c0 Re-add "intentionally empty" PLISTs for meta-packages and other packages
that directly manipulate empty PLISTs.

Modify plist/plist.mk so that if the PLIST files are missing and no
GENERATE_PLIST is defined, then the package fails to build.
2007-10-25 17:49:45 +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
adrianp
77e40b9420 Add checkperms
Bump to 1.1
2006-10-14 11:57:51 +00:00
jmmv
1f9a48f095 Initial import of pkg_developer, version 1.0:
This meta package provides a collection of development utilities that are
useful when working in pkgsrc packages.
2006-08-04 11:54:45 +00:00