notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
portlint A verifier for FreeBSD port directory
2.9.2 devel Deleted on this many watch lists=45 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.9.2Version of this port present on the latest quarterly branch.
Maintainer: marcus@FreeBSD.org search for ports maintained by this maintainer
Port Added: unknown
Last Update: 2007-02-05 01:08:46
SVN Revision: UNKNOWN
People watching this port, also watch:: libiconv, unzip, gmake, gettext
License: not specified in port
Description:
portlint makes a small set of sanity checks for port directory. Check out portlint(1) for more details.
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • portlint>0:devel/portlint
No installation instructions:
This port has been deleted.
PKGNAME: portlint
Flavors: there is no flavor information for this port.
distinfo:
There is no distinfo for this port.

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Runtime dependencies:
  1. perl5.8.8 : lang/perl5.8
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
Collapse this list.

Number of commits found: 88

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.9.2
05 Feb 2007 01:08:46
Original commit files touched by this commit
pav search for other commits by this committer
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 View all of this commit message)
2.9.2
25 Nov 2006 20:02:50
Original commit files touched by this commit
marcus search for other commits by this committer
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
Original commit files touched by this commit
marcus search for other commits by this committer
Respect DESTDIR.

PR:             101675
Submitted by:   gabor
2.9.1_1
06 Aug 2006 22:36:45
Original commit files touched by this commit
marcus search for other commits by this committer
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
Original commit files touched by this commit
marcus search for other commits by this committer
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
Original commit files touched by this commit
marcus search for other commits by this committer
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
Original commit files touched by this commit
marcus search for other commits by this committer
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
Original commit files touched by this commit
marcus search for other commits by this committer
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
Original commit files touched by this commit
marcus search for other commits by this committer
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
Original commit files touched by this commit
marcus search for other commits by this committer
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
Original commit files touched by this commit
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
2.8.5
14 Feb 2006 03:20:13
Original commit files touched by this commit
marcus search for other commits by this committer
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
Original commit files touched by this commit
marcus search for other commits by this committer
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
Original commit files touched by this commit
marcus search for other commits by this committer
Update to 2.8.3.

* Add support for PERL_{RUN,BUILD}_DEPENDS
2.8.2
21 Jan 2006 21:54:05
Original commit files touched by this commit
marcus search for other commits by this committer
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
Original commit files touched by this commit
marcus search for other commits by this committer
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
Original commit files touched by this commit
marcus search for other commits by this committer
* 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
Original commit files touched by this commit
marcus search for other commits by this committer
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
Original commit files touched by this commit
marcus search for other commits by this committer
Correct compilation with perl 5.005.
2.7.5
22 Oct 2005 19:44:50
Original commit files touched by this commit
marcus search for other commits by this committer
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
Original commit files touched by this commit
marcus search for other commits by this committer
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
Original commit files touched by this commit
marcus search for other commits by this committer
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
Original commit files touched by this commit
marcus search for other commits by this committer
We only need Perl5 at runtime.

PR:             84029
Submitted by:   edwin
2.7.2_1
03 Jul 2005 04:52:12
Original commit files touched by this commit
marcus search for other commits by this committer
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
Original commit files touched by this commit
marcus search for other commits by this committer
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
Original commit files touched by this commit
marcus search for other commits by this committer
Add '+' to the list of recommended file name characters.

Reported by:    many
2.7.1
13 Apr 2005 03:20:56
Original commit files touched by this commit
marcus search for other commits by this committer
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
Original commit files touched by this commit
marcus search for other commits by this committer
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
Original commit files touched by this commit
marcus search for other commits by this committer
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
Original commit files touched by this commit
marcus search for other commits by this committer
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
Original commit files touched by this commit
marcus search for other commits by this committer
* 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
Original commit files touched by this commit
marcus search for other commits by this committer
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
Original commit files touched by this commit
marcus search for other commits by this committer
Support .ifndef and !defined when doing OPTIONS checking.
2.6.8
12 Oct 2004 04:33:46
Original commit files touched by this commit
marcus search for other commits by this committer
* 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
Original commit files touched by this commit
marcus search for other commits by this committer
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
Original commit files touched by this commit
marcus search for other commits by this committer
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
Original commit files touched by this commit
marcus search for other commits by this committer
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
Original commit files touched by this commit
marcus search for other commits by this committer
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
Original commit files touched by this commit
marcus search for other commits by this committer
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
Original commit files touched by this commit
marcus search for other commits by this committer
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
Original commit files touched by this commit
marcus search for other commits by this committer
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
Original commit files touched by this commit
marcus search for other commits by this committer
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
Original commit files touched by this commit
marcus search for other commits by this committer
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 View all of this commit message)
2.5.8
10 Mar 2004 06:33:00
Original commit files touched by this commit
marcus search for other commits by this committer
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
Original commit files touched by this commit
marcus search for other commits by this committer
* 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
Original commit files touched by this commit
marcus search for other commits by this committer
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
Original commit files touched by this commit
marcus search for other commits by this committer
* 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
Original commit files touched by this commit
marcus search for other commits by this committer
Catch the pkg-descr up with reality.
2.5.4
27 Dec 2003 00:45:20
Original commit files touched by this commit
marcus search for other commits by this committer
* 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
Original commit files touched by this commit
marcus search for other commits by this committer
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
Original commit files touched by this commit
marcus search for other commits by this committer
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
Original commit files touched by this commit
marcus search for other commits by this committer
* 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
Original commit files touched by this commit
marcus search for other commits by this committer
Remove EXAMPLESDIR.

Submitted by:   krion
2.5.0
17 Nov 2003 20:17:47
Original commit files touched by this commit
marcus search for other commits by this committer
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
Original commit files touched by this commit
marcus search for other commits by this committer
* 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
Original commit files touched by this commit
marcus search for other commits by this committer
* 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
Original commit files touched by this commit
marcus search for other commits by this committer
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
Original commit files touched by this commit
marcus search for other commits by this committer
Recognize .ifndef(NOPORTDOCS) as well as .if !defined(NOPORTDOCS).

Reported by:    kris
2.4.5
26 Oct 2003 21:27:30
Original commit files touched by this commit
marcus search for other commits by this committer
* 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
Original commit files touched by this commit
marcus search for other commits by this committer
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
Original commit files touched by this commit
marcus search for other commits by this committer
Really fix the bug where portlint looks through COMMENT for direct command
usage.
2.4.2
15 Aug 2003 05:05:33
Original commit files touched by this commit
marcus search for other commits by this committer
* 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
Original commit files touched by this commit
marcus search for other commits by this committer
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
Original commit files touched by this commit
marcus search for other commits by this committer
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
Original commit files touched by this commit
marcus search for other commits by this committer
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 View all of this commit message)
2.3.3_5
17 Jul 2003 04:42:07
Original commit files touched by this commit
marcus search for other commits by this committer
I'll take this.
2.3.3_5
17 Jul 2003 04:36:06
Original commit files touched by this commit
mharo search for other commits by this committer
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
Original commit files touched by this commit
petef search for other commits by this committer
- 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
Original commit files touched by this commit
ade search for other commits by this committer
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
Original commit files touched by this commit
kris search for other commits by this committer
Bump PORTREVISION for previous COMMENT changes

Reminded by:    sobomax
2.3.3_3
10 Feb 2003 08:58:30
Original commit files touched by this commit
kris search for other commits by this committer
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
Original commit files touched by this commit
gerald search for other commits by this committer
Let the PORTSDIR environment variable override our defaults.

Approved by:    mharo (maintainer)
2.3.3_2
11 Jan 2003 08:18:48
Original commit files touched by this commit
knu search for other commits by this committer
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
Original commit files touched by this commit
lioux search for other commits by this committer
Add latest language categories: hungarian, portuguese and ukrainian

Approved by:    mharo (maintainer)
2.3.3_1
18 Nov 2002 02:40:28
Original commit files touched by this commit
anders search for other commits by this committer
Bump PORTREVISION.
2.3.3
18 Nov 2002 02:37:30
Original commit files touched by this commit
anders search for other commits by this committer
Add -A option for all additional checks.

Approved by:    (silence from) mharo
2.3.3
14 Sep 2002 18:57:41
Original commit files touched by this commit
mharo search for other commits by this committer
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
commit hash: fp1.11344@dev.null.freshports.orgcommit hash: fp1.11344@dev.null.freshports.orgcommit hash: fp1.11344@dev.null.freshports.orgcommit hash: fp1.11344@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
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
commit hash: fp1.9674@dev.null.freshports.orgcommit hash: fp1.9674@dev.null.freshports.orgcommit hash: fp1.9674@dev.null.freshports.orgcommit hash: fp1.9674@dev.null.freshports.org files touched by this commit
sf search for other commits by this committer
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
commit hash: fp1.9578@dev.null.freshports.orgcommit hash: fp1.9578@dev.null.freshports.orgcommit hash: fp1.9578@dev.null.freshports.orgcommit hash: fp1.9578@dev.null.freshports.org files touched by this commit
mharo search for other commits by this committer
Fix docs    
31 Dec 2000 18:59:43
commit hash: fp1.7820@dev.null.freshports.orgcommit hash: fp1.7820@dev.null.freshports.orgcommit hash: fp1.7820@dev.null.freshports.orgcommit hash: fp1.7820@dev.null.freshports.org files touched by this commit
mharo search for other commits by this committer
fix some typos, make some warning messages more verbose    
12 Dec 2000 14:24:12
commit hash: fp1.7211@dev.null.freshports.orgcommit hash: fp1.7211@dev.null.freshports.orgcommit hash: fp1.7211@dev.null.freshports.orgcommit hash: fp1.7211@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Update to version 2.3.    
10 Nov 2000 07:43:55
commit hash: fp1.6195@dev.null.freshports.orgcommit hash: fp1.6195@dev.null.freshports.orgcommit hash: fp1.6195@dev.null.freshports.orgcommit hash: fp1.6195@dev.null.freshports.org files touched by this commit
mharo search for other commits by this committer
bump version    
10 Nov 2000 07:20:43
commit hash: fp1.6196@dev.null.freshports.orgcommit hash: fp1.6196@dev.null.freshports.orgcommit hash: fp1.6196@dev.null.freshports.orgcommit hash: fp1.6196@dev.null.freshports.org files touched by this commit
mharo search for other commits by this committer
fix a bug, $i = -> $i eq    
11 Oct 2000 00:54:50
commit hash: fp1.4961@dev.null.freshports.orgcommit hash: fp1.4961@dev.null.freshports.orgcommit hash: fp1.4961@dev.null.freshports.orgcommit hash: fp1.4961@dev.null.freshports.org files touched by this commit
will search for other commits by this committer
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
commit hash: fp1.4741@dev.null.freshports.orgcommit hash: fp1.4741@dev.null.freshports.orgcommit hash: fp1.4741@dev.null.freshports.orgcommit hash: fp1.4741@dev.null.freshports.org files touched by this commit
asami search for other commits by this committer
Convert category devel to new layout.  
04 Oct 2000 05:02:39
commit hash: fp1.4602@dev.null.freshports.orgcommit hash: fp1.4602@dev.null.freshports.orgcommit hash: fp1.4602@dev.null.freshports.orgcommit hash: fp1.4602@dev.null.freshports.org files touched by this commit
mharo search for other commits by this committer
sync with bsd.sites.mk, bump version to 2.2.3    
21 Sep 2000 17:22:16
commit hash: fp1.4178@dev.null.freshports.orgcommit hash: fp1.4178@dev.null.freshports.orgcommit hash: fp1.4178@dev.null.freshports.orgcommit hash: fp1.4178@dev.null.freshports.org files touched by this commit
will search for other commits by this committer
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.    

Number of commits found: 88