Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.9.2 05 Feb 2007 01:08:46 |
pav |
Populate a new ports-mgmt category. List of moved ports:
devel/portcheckout -> ports-mgmt/portcheckout
devel/portlint -> ports-mgmt/portlint
devel/portmk -> ports-mgmt/portmk
devel/porttools -> ports-mgmt/porttools
misc/instant-tinderbox -> ports-mgmt/instant-tinderbox
misc/porteasy -> ports-mgmt/porteasy
misc/portell -> ports-mgmt/portell
misc/portless -> ports-mgmt/portless
misc/tinderbox -> ports-mgmt/tinderbox
security/jailaudit -> ports-mgmt/jailaudit
security/portaudit -> ports-mgmt/portaudit
security/portaudit-db -> ports-mgmt/portaudit-db
security/vulnerability-test-port -> ports-mgmt/vulnerability-test-port (Only the first 15 lines of the commit message are shown above ) |
2.9.2 25 Nov 2006 20:02:50 |
marcus |
Update to 2.9.2.
* Replace a dead autotools link with a FreeBSD-based link instead [1]
* Replace USE_*_VER with USE_AUTOTOOLS instead [2]
* Check for a valid EXPIRATION_DATE [3]
PR: 104042 [3]
Requested by: piotr.smyrak@heron.pl [1]
Reported by: ahze [2]
Submitted by: vd [3] |
2.9.1_1 11 Aug 2006 15:52:23 |
marcus |
Respect DESTDIR.
PR: 101675
Submitted by: gabor |
2.9.1_1 06 Aug 2006 22:36:45 |
marcus |
Actually check to see if $seen_special is set before checking the number
of plist items. |
2.9.1 06 Aug 2006 21:44:18 |
marcus |
Update to 2.9.1.
* Add a check for direct use of sysctl(8). [1]
* Add a check for use of the deprecated macro INSTALLS_SHLIB, and point people
to USE_LDCONFIG instead. [2]
* Add a check for plists with less than 6 items, and point people to
PLIST_FILES instead. [3]
PR: 100472 [1]
91933 [2]
100190 [3]
Submitted by: Babak Farrokhi <babak@farrokhi.net> [1] |
2.9.0 31 May 2006 07:13:41 |
marcus |
Remove the hard-to-maintain usage from pkg-descr, and replace it with a
reference to portlint(1). |
2.9.0 31 May 2006 04:41:50 |
marcus |
Update to 2.9.0.
* The check for quoted COMMENTs had a typo. However, this check has been
consolidated for other macros that should not be quoted. Merge the COMMENT
check into the BROKEN, et al check. [1]
* Properly pluralize the message which counts the number of fatal errors
and warnings. [2]
* Add distinfo checking support. [3]
* Huge refactoring of the error handling code. If the -g argument is specified,
errors will be grouped together to avoid spamming the console with
repeated lines.
* Add a check for icon installation, and recommend INSTALLS_ICONS.
PR: 97207 [1]
96089 [2]
96923 [3]
Submitted by: lawrance [1]
ehaupt [2]
sem [3]
Tested by: mezz |
2.8.7 07 Apr 2006 00:08:01 |
marcus |
Remove USE_REINPLACE to give portlint a better self-image.
PR: 95448
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com> |
2.8.7 12 Mar 2006 19:19:44 |
marcus |
Update to 2.8.7.
* Remove support for PERL_{BUILD,RUN}_DEPENDS
Approved by: portmgr (implicit) |
2.8.6 25 Feb 2006 06:16:48 |
marcus |
Update to 2.8.6, and sync with my own CVS repo.
Pointy hat to: ade
Approved by: portmgr (implicit) |
2.8.5 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
2.8.5 14 Feb 2006 03:20:13 |
marcus |
Update to 2.8.5.
* Add a check for .mo (translation) files, and warn if USE_GETTEXT is not
set. [1]
* Make sure USE_RC_SUBR checking does macro expansion to catch cases were
USE_RC_SUBR=${PORTNAME} (for example). [2]
PR: 93273 [2]
Requested by: kris [1] |
2.8.4 11 Feb 2006 23:09:42 |
marcus |
Update to 2.8.4.
* Add a check to see if PORTREVISION=0 in master ports. [1]
* Add checks for direct use of the pkg_* commands. [2]
* Add a check that if a port is new, it is not maintained by
ports@FreeBSD.org. [3]
* Do not warn about .la files if USE_KDELIBS_VER is set. [4]
* Add a check for deprecated use of USE_RC_SUBR along with checks for its
proper use. [5]
PR: 91324 [1]
92888 [2]
92665 [3]
92586 [4]
Submitted by: lofi [4]
dougb [5] |
2.8.3 22 Jan 2006 00:45:01 |
marcus |
Update to 2.8.3.
* Add support for PERL_{RUN,BUILD}_DEPENDS |
2.8.2 21 Jan 2006 21:54:05 |
marcus |
Update to 2.8.2.
* Update quoting requirements for new bsd.port.mk
* Warn on use of USE_REINPLACE [1]
* Recommend @dirrmtry instead of @unexec rmdir [1]
Requested by: pav [1] |
2.8.1 17 Dec 2005 16:36:36 |
marcus |
Update to 2.8.1.
* Warn on use of .tar.bz2 as an EXTRACT_SUFX [1]
* Throw a fatal error if INFO is defined, and install-info is called
directly [2]
* Throw a warning if install-info is called directly and INFO is not
defined [2]
PR: 89952 [2]
Requested by: Kövesdán Gábor <gabor.kovesdan@t-hosting.hu> [1] |
2.8.0_1 19 Nov 2005 21:21:39 |
marcus |
* Add some additional verbose messages
* Work around a crash in Perl that can be triggered with complex regular
expressions [1]
Reported by: thierry and aspell [1] |
2.8.0 19 Nov 2005 20:37:58 |
marcus |
Update to 2.8.0.
* USE_PYTHON still cannot be included after bsd.port.pre.mk
* USE_APACHE can now be included after bsd.port.pre.mk [1]
* Handle the new autotools world order
* Check that IGNORE is properly capitalized and terminated [2]
PR: 88546 [2]
Reported by: pav [1]
Submitted by: lawrance [2] |
2.7.5_1 25 Oct 2005 04:48:06 |
marcus |
Correct compilation with perl 5.005. |
2.7.5 22 Oct 2005 19:44:50 |
marcus |
Update to 2.7.5.
* Add a check for improperly quoted COMMENTs. [1]
* Require quotes around all of BROKEN, FORBIDDEN, MANUAL_PACKAGE_BUILD,
NO_CDROM, NO_PACKAGE, and RESTRICTED. Also, enforce the obscure rules around
DEPRECATED. [2]
PR: 87273 [1]
87498 [2]
Submitted by: erwin [1]
fenner [2] |
2.7.4 09 Oct 2005 18:52:58 |
marcus |
Update to 2.7.4.
* Add a warning if only one MASTER_SITE is configured [1]
* Check for misspellings of INSTALLS_SHLIB [2]
PR: 87141 [2]
Requested by: kris [1] |
2.7.3 08 Sep 2005 23:57:36 |
marcus |
Update to 2.7.3.
* USE_PYTHON can now safely appear after bsd.port.pre.mk
* Expand the .elseif search to cover ".else if" as well
* Don't complain on direct use of autotools if we're using USE_AUTOTOOLS
* Don't check embedded comments for direct command use |
2.7.2_1 30 Jul 2005 05:11:51 |
marcus |
We only need Perl5 at runtime.
PR: 84029
Submitted by: edwin |
2.7.2_1 03 Jul 2005 04:52:12 |
marcus |
Fix a mismerge in the last OPTIONS patch. I forgot a line, but perl -cw
didn't catch the missing ';'. This should fix the erroneous messages
about OPTIONS misuse. |
2.7.2 02 Jul 2005 20:35:23 |
marcus |
Update to 2.7.2.
* Add '+' to the list of valid characters for file names in the warning
message.
* Check to make sure OPTIONS is specified before bsd.port.pre.mk (only if
OPTIONS is actually defined). [1]
PR: 82316 [1]
Submitted by: sem [1] |
2.7.1_1 16 Apr 2005 19:01:15 |
marcus |
Add '+' to the list of recommended file name characters.
Reported by: many |
2.7.1 13 Apr 2005 03:20:56 |
marcus |
Update to 2.7.1
* Check to make sure only characters [-.a-zA-Z0-9_] appear in file names [1]
* Check for proper quoting of IGNORE and BROKEN [1]
* Check to see if README.html is being committed [1]
* Check for uses of .elseif [2]
Submitted by: krion [1]
Suggested by: bsdcrank <bsdcrank@squbes.com> [2] |
2.7.0 02 Apr 2005 09:01:47 |
marcus |
Update to 2.7.0.
* Add a check to make sure a WWW is defined in pkg-descr (this is a nice
thing to have) [1]
* Add a slew of Java-related checks (see
http://wikitest.freebsd.org/moin.cgi/JavaPortlint for more details) [2]
* Add @mode to the list of plist directives to warn about [3]
PR: 78126 [1]
78947 [3]
Requested by: hq [2]
Submitted by: leeym [1]
Renato Botelho <renato@galle.com.br> [3] |
2.6.11 14 Feb 2005 08:20:48 |
marcus |
Update to 2.6.11
* Do not warn on direct command use if the command is preceeded by "--" [1]
* Add a check for ports installing charset.alias or locale.alias. In most
cases these ports should depend on libiconv or gettext, and not install
their own copies of these files [2]
PR: 77410 [2]
Requested by: gerald [1]
Submitted by: leeym [2] |
2.6.10_1 17 Dec 2004 17:25:32 |
marcus |
Don't check for DISTVERSION as apart of %makevars since it will be set
internally when PORTVERSION is set. Instead, just scour the Makefile to
see if both PORTVERSION and DISTVERSION are defined.
Reported by: krion |
2.6.10 17 Dec 2004 03:46:50 |
marcus |
* Update to 2.6.10
* Add support for the new DISTVERSION macro
Submitted by: lioux (plus some additional checks) |
2.6.9 22 Nov 2004 18:28:40 |
marcus |
Update to 2.6.9.
* Ignore comments when checking for absolute pathname usage
* Check DISTNAME for uses of PORTREVISION and PORTEPOCH [1]
* Make sure to quote meta-characters in PORTNAME before using it as a
regular expression [1]
* Fix bug when matching OPTIONS in ".if defined(WITH_OPT1) &&
defined(WITHOUT_OPT2)" [2]
* Update OMF checks to account for the new INSTALLS_OMF macro
* Update GConf checks to account for the new GCONF_SCHEMAS macro
PR: 73536 [2]
Submitted by: mat [1]
leeym [2] |
2.6.8_1 12 Oct 2004 19:40:05 |
marcus |
Support .ifndef and !defined when doing OPTIONS checking. |
2.6.8 12 Oct 2004 04:33:46 |
marcus |
* Update to 2.6.8
* Check PLIST_FILES for shared libraries, and make sure
INSTALLS_SHLIB is defined [1]
* Check DATADIR and MAN3PREFIX macros [2]
* Check OPTIONS [3]
PR: 71405 [2]
71468 [3]
Requested by: michael johnson <ahze@ahze.net> [1]
Submitted by: leeym [2] [3] |
2.6.7 01 Sep 2004 04:13:32 |
marcus |
Update to 2.6.7
* Switch the direct use of ``echo'' check to suggest ${ECHO_CMD} or
${ECHO_MSG} instead of ${ECHO} [1]
* Tighten the check for improper GConf schema handling so that we only look
in the GConf schemas directory [2]
* Correct some grammar mistakes [3]
* Avoid erroneous "direct use of command" warnings [4]
PR: 71159 [4]
Submitted by: gerald [1]
pav [3]
eik [4]
Reported by: pav [2] |
2.6.6 27 Jun 2004 20:58:47 |
marcus |
Update to 2.6.6
* Fix a typo in the libtool archive hint [1]
* Check for ports that have a poorly specified CONFLICTS line as well as ports
that conflict with themselves [2]
* Check for proper handling of gconf schemas
* Check for explicit listing of %gconf keys in the plist
Spotted by: lofi [1]
Submitted by: eik [2] |
2.6.5 15 Jun 2004 06:26:50 |
marcus |
Update to 2.6.5.
* Fix a bug introduced in the "use strict" conversion, and don't check patch
files for trailing blank lines
* Add a check to make sure pkg-config files are installed into the correct
location [1]
* Fix some nearby spacing nits
Requested by: pav [1] |
2.6.4 06 Jun 2004 17:04:28 |
marcus |
Update to 2.6.4.
* Remove check for SIZE and MD5 in distinfo since this was a rush job, and
missed some common cases. [1]
* Re-enable use strict, and fix portlint to obey it
Requested by: eik [1] |
2.6.3 06 Jun 2004 01:06:33 |
marcus |
Update to 2.6.3.
* Add a generic check for deprecated macros (e.g. the recent autotools batch),
and add USE_MESA to the set [1]
* Only use USE_LIBTOOL_VER for checking .la file installation [1]
* Add a check for USE_LIBLTDL and warn about directly using a libltdl
dependency [1]
* Check distinfo to make sure each file in DISTFILES has SIZE and MD5 entries
if NO_SIZE and NO_CHECKSUM are not defined
Submitted by: krion and tobez [1] |
2.6.2 30 May 2004 19:57:49 |
marcus |
Update to 2.6.2.
* Do not complain about SIZE if NO_SIZE is set [1]
* Allow ``%%PORTDOCS%%@unexec rmdir %D/%%DOCSDIR%% 2>/dev/null || true'' in
pkg-plist when using PORTDOCS
* Be a little smarter about complaining when .la files are seen in the plist.
Also, point users to the GNOME site for elimintating .la files altogether [2]
* Super-scrub PKGNAME and PORTVERSION for illegal characters [3]
* Check for port versions that go backwards [3]
PR: 66891 [2]
Submitted by: krion [1]
leeym [2] (based on)
eik [3] |
2.6.1 01 May 2004 02:25:00 |
marcus |
Update to 2.6.1.
* Add a check to see if PLIST_{FILES,DIRS} is defined and pkg-plist exists.
If so, print an error [1]
* Add a check for direct usage of iconv.\d+ and intl.\d+ instead of USE_ICONV
and USE_GETTEXT [1]
* If %%DOCSDIR%% is used in the plist, make sure @dirrm %%DOCSDIR%% is also
present [1]
* Don't flag a missing distinfo as FATAL [2]
Submitted by: krion [1]
eik [2] |
2.6.0 26 Mar 2004 20:43:14 |
marcus |
Update to 2.6.0
* Add some additional checks for USE_* variables included too late [1]
* Add a check for SIZE in distinfo [2]
* Fix a small style nit [2]
* Warn is USE_SIZE is used in a port's Makefile
* Check to see if a port supports WITHOUT_NLS if USE_GETTEXT is defined [3]
Submitted by: eik [1]
krion [2]
Requested by: kris [3] |
2.5.9 21 Mar 2004 08:24:41 |
marcus |
Update to 2.5.9.
* Add code for formal master/slave checking rules as defined in ports/64393 [1]:
1. A port is a slave port if and only if MASTERDIR != .CURDIR
2. Slave ports should define MASTERDIR using one of the following lines:
MASTERDIR= ${.CURDIR}/../../<category>/<port>
MASTERDIR= ${.CURDIR}/../<port>
3. Non-slave ports shouldn't define MASTERDIR at all
4. The last line of a slave port's Makefile has to be
.include "${MASTERDIR}/Makefile"
(Only the first 15 lines of the commit message are shown above ) |
2.5.8 10 Mar 2004 06:33:00 |
marcus |
Update to 2.5.8.
* Add dirname and egrep direct command use checks
* Add a missing '?' in checking for text after bsd.port(.post)?.mk [1]
* Add a check to make sure OPTIONS is set before bsd.port.pre.mk
Submitted by: eik [1] |
2.5.7 22 Jan 2004 20:06:36 |
marcus |
* Update to 2.5.7
* Fix some grammar nits in portlint.1
* Add some missing options to the summary in portlint.1
* Reorganize some option descriptions in portlint.1
* Add an ENVIRONMENT section describing PL_CVS_IGNORE and PORTSDIR in
portlint.1
* Don't check the MAINTAINER field for direct command use [1]
* Add a new PL_CVS_IGNORE environment variable that allows users to filter
out certain patterns from the CVS files check [2]
* Only warn about CATEGORY problems if the user is in PORTSDIR [3]
* Sync new command macros with recent bsd.port.mk changes
* Correct a regular expression problem when looking for direct command use [4]
PR: 61562 [1]
61449 [2] [3]
Submitted by: Sergey Matveychuk <sem@ciam.ru> [1]
sergei [3]
leeym [4] |
2.5.6 07 Jan 2004 06:42:55 |
marcus |
Update to 2.5.6.
* Check to make sure RCS tags begin with capital letters [1]
* Do not look direct command use in .for loops [2]
PR: 60947 [1]
Submitted by: leeym [1]
petef [2] |
2.5.5 02 Jan 2004 02:20:41 |
marcus |
* Update to 2.5.5
* Fix up the usage text
* Ignore arguments passed to REINPLACE_CMD so portlint will not complain on
things such as ${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},g' [1]
* Only match libraries installed into lib when looking for .so's [2]
* Try to make the PKGCATEGORY check a little more forgiving to committers
checking single ports [3]
PR: 60608 [1]
60803 [2]
Submitted by: leeym [1] [2] (based on)
dougb [3] |
2.5.4 27 Dec 2003 00:57:31 |
marcus |
Catch the pkg-descr up with reality. |
2.5.4 27 Dec 2003 00:45:20 |
marcus |
* Update to 2.5.4
* Correct a typo (-n should be -N) [1]
* Don't check comments for direct command use [2]
Submitted by: pav [1]
Sascha Holzleiter <sascha@root-login.org> [2] |
2.5.3 22 Nov 2003 20:38:55 |
marcus |
Ack, I knew I forgot something. Add a new -C argument that enables pedantic
committer mode. This is the identical to -A except it omits the new port
checks.
Requested by: eik |
2.5.2 22 Nov 2003 20:29:03 |
marcus |
Standardize all error messages to include the filename at least (and line
number where possible). Bump version to 2.5.2.
Reviewed by: eik |
2.5.1 21 Nov 2003 02:55:08 |
marcus |
* Check to make sure new ports do not contain PORTREVISION [1]
* Check to make sure new ports do not contain PORTEPOCH
* Throw a FATAL error if an additional file exists in the port directory but
not in CVS [2]
* Throw a FATAL error if a file is in CVS but not in the port's directory [2]
* Throw a FATAL error if a file was deleted from CVS but still in the port's
directory [2]
* Warn if a new file contains a non-empty RCS Id [2]
* Add a missing ``if ($verbose)'' [2]
Submitted by: arved [1]
eik [2] |
2.5.0 17 Nov 2003 21:19:03 |
marcus |
Remove EXAMPLESDIR.
Submitted by: krion |
2.5.0 17 Nov 2003 20:17:47 |
marcus |
Update to 2.5.0.
* Add some linenumbers to the whole file search
* Hack the direct command use code some more
* Add a check for the deprecated USE_MESA
* Allow PKGCATEGORY not in CATEGORIES [1]
* Allow %B in pkg-plist, as it has a valid prefix [1]
* Allow simple rm -f, it needs no redirection [1]
* Add portlintgrep.pl, an example on how to use portlint to find certain
portlint problems in the ports tree [2]
Submitted by: dinoex [1]
eik [2] |
2.4.8 15 Nov 2003 22:12:01 |
marcus |
* Update to 2.4.8
* Add a check to make sure the last line of a slave port's Makefile contains
an appropriate MASTERDIR include directive [1]
* study() the $whole string to improve performance [1]
* Fix the search for direct command use
* Check for ports that may break INDEX [1]
* Check for GNOME ports that use pre-patch and gnomehack
Submitted by: eik [1] |
2.4.7 09 Nov 2003 00:44:31 |
marcus |
* Add support for the arabic category [1]
* Check for variables that are used too late [1]
* Rename some of the language variables. Admittedly, this needs more work.
* Check for anything after bsd.port(.post).mk [1]
* Fix the language category search code
* Bump version to 2.4.7
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> [1] |
2.4.6 01 Nov 2003 22:46:25 |
marcus |
Whoops. Flush out my CVS repo, and share some missing bug fixes with the
rest of the world.
* Fix the -V option in the manpage [1]
* Handle the case where parentheses may not exist around NOPORTDOCS [2]
* Bump version to 2.4.6
Submitted by: mat [1]
Reported by: kris [2] |
2.4.5_1 27 Oct 2003 01:58:40 |
marcus |
Recognize .ifndef(NOPORTDOCS) as well as .if !defined(NOPORTDOCS).
Reported by: kris |
2.4.5 26 Oct 2003 21:27:30 |
marcus |
* Add some @unexec checking for plists [1]
* Check for the common typo, NOPORTSDOC [2]
* Make sure .CURDIR is the primary category [3]
* Check for USE_* macros that are user-settable [4]
* Try to be a little more intelligent when checking for macros that need to
appear earlier
* Ignore make directives when checking for extra items in certain sections
PR: 55921 [1]
57751 [2]
58292 [3]
58525 [4]
Submitted by: edwin [1]
Oliver Eikemeier <eikemeier@fillmore-labs.com> [2] [3] [4] |
2.4.4 16 Aug 2003 20:42:44 |
marcus |
Update to 2.4.4.
* Add support for the Polish locale
* Try to add more intelligence to the direct command use code
* Fix up the wording about numbered info files [1]
Suggested by: gerald [1] |
2.4.3 15 Aug 2003 17:47:21 |
marcus |
Really fix the bug where portlint looks through COMMENT for direct command
usage. |
2.4.2 15 Aug 2003 05:05:33 |
marcus |
* Add support for the new INFO macro
* Clean up some more Perl warnings
* Make sure all the MAN macros are printed in all uppercase
* Add perl, ruby, python, and the auto* tools to the list of direct
commands [1]
PR: 55529 [1]
Submitted by: Jens Rehsack <rehsack@liwing.de> [1] |
2.4.1 28 Jul 2003 20:23:32 |
marcus |
Update to 2.4.1.
* Document the -V option [1]
* Properly suggest ${STRIP_CMD} (not ${STRIP}) instead of strip [2]
* Correct the version string
PR: 54993 [1]
Submitted by: Mark Linimon <linimon@lonesome.com> [1]
gerald [2]
Pointy hat to: me [2] (I should have used Gerald's patch as-is) |
2.4.0 20 Jul 2003 00:35:43 |
marcus |
Forced commit:
Allow for different Perl paths.
PR: 51192
Submitted by: Andrew <andrew@ugh.net.au> |
2.4.0 20 Jul 2003 00:31:20 |
marcus |
Update to 2.4.0.
* Document the -A option in the usage
* Add my name to the list of AUTHORS
* Clean up some warnings produced by perl -cwT
* Check for the existence of pkg-comment and flag it as FATAL [1]
* Add OMF checking support similar to the info checking code
* Add support for {DOCS,EXAMPLES}DIR macros [2]
* Don't check commented out URLs in MASTER_SITES [3]
* Add file, find, strip, and xargs to the list of direct command names [4]
* Don't search for command names in COMMENT [5]
* Add SITE_PERL support [6]
* Add DISTFILE/MASTER_SITE grouping support [7]
* Check to make sure the MAINTAINER field contains a valid email address
* Add support for {EXTRACT,PATCH}_DEPENDS (Only the first 15 lines of the commit message are shown above ) |
2.3.3_5 17 Jul 2003 04:42:07 |
marcus |
I'll take this. |
2.3.3_5 17 Jul 2003 04:36:06 |
mharo |
I don't have the time to maintain this port.
Whoever takes maintainership should email me as I have some stuff that
was in progress. |
2.3.3_5 07 Mar 2003 17:00:43 |
petef |
- warn about incorrect usage of the pre-everything:: target
- don't give a warning to use binary mode because of a possible RCS tag
if the tag is $FreeBSD$.
- bump PORTREVISION
Approved by: maintainer timeout, portmgr (kris) |
2.3.3_4 07 Mar 2003 06:01:16 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
2.3.3_4 10 Feb 2003 17:47:18 |
kris |
Bump PORTREVISION for previous COMMENT changes
Reminded by: sobomax |
2.3.3_3 10 Feb 2003 08:58:30 |
kris |
Catch up to new COMMENT semantics (contains comment string instead of
pointing to pkg-comment)
Submitted by: lioux |
2.3.3_3 02 Feb 2003 21:17:40 |
gerald |
Let the PORTSDIR environment variable override our defaults.
Approved by: mharo (maintainer) |
2.3.3_2 11 Jan 2003 08:18:48 |
knu |
Add a simple check for MAINTAINER not to include multiple addresses or
comments.
Approved by: portmgr |
2.3.3_1 18 Nov 2002 21:28:12 |
lioux |
Add latest language categories: hungarian, portuguese and ukrainian
Approved by: mharo (maintainer) |
2.3.3_1 18 Nov 2002 02:40:28 |
anders |
Bump PORTREVISION. |
2.3.3 18 Nov 2002 02:37:30 |
anders |
Add -A option for all additional checks.
Approved by: (silence from) mharo |
2.3.3 14 Sep 2002 18:57:41 |
mharo |
Teach portlint to recognize RUN_DEPENDS=${BUILD_DEPENDS} and the like
PR: 27182
Submitted by: Anton Berezin <tobez@tobez.org> |
20 Mar 2001 20:54:24 |
knu |
Bring in the enhancements I submitted to mharo some time ago and bump the
version to 2.3.2. |
17 Feb 2001 12:20:33 |
sf |
o stop checking blank lines for files/patch-* o fix getopt arguments: -B takes
argument and -N don't. |
14 Feb 2001 10:56:10 |
mharo |
Fix docs |
31 Dec 2000 18:59:43 |
mharo |
fix some typos, make some warning messages more verbose |
12 Dec 2000 14:24:12 |
knu |
Update to version 2.3. |
10 Nov 2000 07:43:55 |
mharo |
bump version |
10 Nov 2000 07:20:43 |
mharo |
fix a bug, $i = -> $i eq |
11 Oct 2000 00:54:50 |
will |
Add support for the new PORTEPOCH/PORTREVISION variables, so it won't
improperly fatal-warn about them being in PORTNAME area. |
08 Oct 2000 02:10:04 |
asami |
Convert category devel to new layout. |
04 Oct 2000 05:02:39 |
mharo |
sync with bsd.sites.mk, bump version to 2.2.3 |
21 Sep 2000 17:22:16 |
will |
Fix portlint bug where it thinks that missing a files/md5 is fatal but the
port actually does not have any DISTFILES variable. This *should* work with
slave/master ports, but I'm not sure. |