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 Verifier for FreeBSD port directory
2.22.0_1 ports-mgmt on this many watch lists=35 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.21.0Version of this port present on the latest quarterly branch.
Maintainer: marcus@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2007-02-05 01:09:12
Last Update: 2024-01-10 15:29:49
Commit Hash: e4610fc
People watching this port, also watch:: gmake, bash, libiconv, pcre, freetype2
License: ITOJUN
Description:
portlint tries to verify the content of a port directory with a small set of sanity checks. The purpose of portlint can be separated into two parts: (1) to let the submitters easily polish their own port directory, and (2) to decrease the labor of the committers. Check out portlint(1) for more details.
cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (5 items)
Collapse this list.
  1. bin/portlint
  2. share/man/man1/portlint.1.gz
  3. /usr/local/share/licenses/portlint-2.22.0_1/catalog.mk
  4. /usr/local/share/licenses/portlint-2.22.0_1/LICENSE
  5. /usr/local/share/licenses/portlint-2.22.0_1/ITOJUN
Collapse this list.
Dependency lines:
  • portlint>0:ports-mgmt/portlint
To install the port:
cd /usr/ports/ports-mgmt/portlint/ && make install clean
To add the package, run one of these commands:
  • pkg install ports-mgmt/portlint
  • pkg install portlint
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: portlint
Flavors: there is no flavor information for this port.
distinfo:
There is no distinfo for this port.

Packages (timestamps in pop-ups are UTC):
portlint
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.22.0_12.22.0_12.19.42.22.0_12.22.0_1-2.19.4-
FreeBSD:13:quarterly2.21.02.21.02.20.02.21.02.21.02.21.02.21.02.21.0
FreeBSD:14:latest2.22.0_12.22.0_12.20.02.22.0_12.22.0_12.20.0-2.20.0
FreeBSD:14:quarterly2.21.02.21.0-2.21.02.21.02.21.02.21.02.21.0
FreeBSD:15:latest2.22.0_12.22.0_1n/a2.22.0_1n/a2.22.0_12.22.0_12.22.0_1
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Runtime dependencies:
  1. perl5>=5.36<5.37 : lang/perl5.36
This port is required by:
for Run
  1. ports-mgmt/porttools

Configuration Options:
===> The following configuration options are available for portlint-2.22.0_1: EXAMPLES=on: Build and/or install examples ===> Use 'make config' to modify these settings
Options name:
ports-mgmt_portlint
USES:
perl5 shebangfix
FreshPorts was unable to extract/find any pkg message
Master Sites:
  1. There is no master site for this port.

Number of commits found: 148 (showing only 48 on this page)

«  1 | 2 

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.14.1_1
10 Mar 2013 06:16:05
Revision:313807Original commit files touched by this commit
marcus search for other commits by this committer
Bump to version 2.14.2.

* Add a missing comma to fix a really weird error on checking certain ports. [1]
* Remove unused PL_CVS_IGNORE [2]
* Add check for a single space after WWW: in pkg-descr [2]
* Clarify 'Created by:' warning message [2]
* Add new OPTIONS_* knobs to @options_early [2]
* Add supported for USE_GCC=yes. [3]

PR:		175186 [1]
		175317 [2]
		174758 [3]
Submitted by:	gerald [1] [3]
		ak [2]
2.14.1_1
02 Mar 2013 00:40:54
Revision:313176Original commit files touched by this commit
tota search for other commits by this committer
- Switch the VCS tool for the ports tree from CVS to SVN
- Pet portlint in porttools
  * Use PORT_OPTIONS:MDOCS instead of NOPORTDOCS
  * Replace tab with space WWW: line in pkg-descr

PR:		ports/174860
Submitted by:	tota (myself)
Approved by:	maintainers (timeout > 2 months)
2.14.1
29 Dec 2012 23:19:07
Revision:309644Original commit files touched by this commit
marcus search for other commits by this committer
Update to 2.14.1.

Remove the check for empty header comments.  I think this is too
restrictive.  There are a number of ports that do this for various reasons.
2.14.0
27 Dec 2012 23:28:51
Revision:309558Original commit files touched by this commit
marcus search for other commits by this committer
Update to 2.14.0.

* Add a test for empty(${VARIABLE}) (instead of empty(VARIABLE)) [1]
* Add a test for NOPORTDOCS and point to PORT_OPTIONS:MDOCS [1]
* Add GitHub to the MASTERSITES whitelist (as this is a cloud service). [2]
* Add a warning about .DS_Store files appearing in the port directory. [3]
* Add a check for the new style Makefile headers. [4]
* Remove the CVS checks now that the ports tree has been converted to SVN.
  Note: we need SVN checks. [5]
* Add support for optionsNG [6]
* Deprecate USE_GNOME=pkgconfig [6]
* Add missing period at the end of some sentences [6]

PR:		172621 [1]
		172834 [2]
		173649 [3]
		174688 [4]
		174693 [5]
		174697 [6]
Submitted by:	Alan Hicks <ahicks@p-o.co.uk> [1]
		"Steven Kreuzer" <skreuzer@exit2shell.com> [2]
		ehaupt [3]
		crees [4]
		tota [5]
		Alex Kozlov <spam@rm-rf.kiev.ua> [6]
2.13.12
05 Aug 2012 22:56:23
Original commit files touched by this commit
marcus search for other commits by this committer
Update to 2.13.12.

Replace some of the CVS verbiage with SVN.

Submitted by:	beat
2.13.11
09 Jul 2012 01:36:00
Original commit files touched by this commit
marcus search for other commits by this committer
Update to 2.13.11.

* Fix typo. [1]
* Add support for DOCS/NLS using optionsNG. [2]
* Remove references to PATCHDIR. [3]

PR:             169110 [1]
                168364 [3]
Submitted by:   Hung-te Liang <lhd@cs.nctu.edu.tw> [1]
                ak [2]
                crees [3]
2.13.10_1
20 May 2012 16:36:50
Original commit files touched by this commit
marcus search for other commits by this committer
Correct a typo.

Reported by:    adamw
2.13.10
20 May 2012 05:10:42
Original commit files touched by this commit
marcus search for other commits by this committer
Upgrade to 2.13.10.

* Add a check for over-specific shared lib dependencies [1]
* Add support for TEST_DEPENDS [2]
* Make the error for NO_CHECKSUM to be scarier [3]

PR:             165851 [1]
                166173 [2]
                167923 [3]
Submitted by:   matthew [1]
                sunpoet [2]
                "Bryan Drewery" <bryan@shatow.net> [3]
2.13.9
04 Mar 2012 18:46:31
Original commit files touched by this commit
marcus search for other commits by this committer
Update to 2.13.9.

* Include LICENSE_FILE and LICENSE_GROUPS in the regexp check. [1]
* Add LICENSE_DISTFILES. [1]
* Add a check for the reassignment of ECHO_MSG [2]
* Remove old X.Org checks [3]
* Add PROJECTHOST to the PORTNAME section [4]

Reminded by:    Jan Beich <jbeich@tormail.net> [1]
Requested by:   jgh [2]
Submitted by:   eadler [3]
                Alex Kozlov <spam@rm-rf.kiev.ua> [3]
2.13.8
27 Dec 2011 01:26:34
Original commit files touched by this commit
marcus search for other commits by this committer
Update to 2.13.8.

* Complete the check for CPPFLAGS being set indirectly by checking MAKE_ENV
in addition to CONFIGURE_ENV. [1]

* Remove checks for port file headers as we are phasing them out in FreeBSD. [2]

* Check to make sure CPAN URLs end with a '/'. [3]

* Check for LDFLAGS being overridden just as we do for CPPFLAGS [4]

* Suggest += instead of = to override CPPFLAGS and LDFLAGS [4]

* Check for any overriding use of *FLAGS and suggest an alternative [4]
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.13.7
21 Aug 2011 23:35:27
Original commit files touched by this commit
marcus search for other commits by this committer
Update to 2.13.7.

* Change a comment to relfect the check number [1]
* Add a check to see if a file that ends in ".core" was checked into CVS [2]
* Do a proper check for 2 or 3 tuple depends [3]
* Correct the detection of the WWW string in pkg-descr [4]

PR:             159057 [3]
                159522 [4]
Reported by:    Ilya A. Arkhipov <micro@heavennet.ru> [1]
Requested by:   netchild [2]
Sbumitted by:   sunpoet [4]
2.13.6
21 Jul 2011 05:03:02
Original commit files touched by this commit
linimon search for other commits by this committer
Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,
remove support for them from bsd.java.mk.  As Jikes is not available in Java 1.5
or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports
which used it (only occurences were USE_JIKES=no).  Support for the Blackdown VM
is also removed, as it is not available in Java 1.5 and higher.

Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect
old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5.
While here, replace static values of JAVA_VERSION in files/*.in by
%%JAVA_VERSION%% .

PR:             ports/158969
Submitted by:   rene
Tested on:      pointyhat-west -exp
2.13.6
26 Jun 2011 21:33:13
Original commit files touched by this commit
marcus search for other commits by this committer
Forced commit to note that the 2.13.6 update also included some Makefile
cleanups from 156668 submitted by sunpoet.
2.13.6
26 Jun 2011 21:31:55
Original commit files touched by this commit
marcus search for other commits by this committer
Update to 2.13.6.

* Be more careful is searching for WITH(OUT)_FOO OPTIONS checks so to avoid
false positive warnings. [1]
* Support := in the *_DEPENDS section. [2]
* Make sure we expand DISTNAME to catch potential superfluous uses of it. [3]
* Fix the error seen when one passes CPPFLAGS to CONFIGURE_ENV. [4]
* Add the license block check after the MAINTAINER block [5]
* Add a check for use of ${FIND}...${XARGS} ${RM}. [6]

PR:             156164 [1]
                155753 [2]
                154320 [3]
                158305 [5]
                157566 [6]
Submitted by:   sahil [1]
                "Ilya A. Arkhipov" <micro@heavennet.ru> [5]
Reported by:    pav [4]
2.13.5
21 Mar 2011 01:00:11
Original commit files touched by this commit
marcus search for other commits by this committer
Update to 2.13.5.

* Check for the direct assignment of BUILD_DEPENDS to RUN_DEPENDS [1]
* Add a deprecated pointer for USE_XPM. [2]
* CPPFLAGS is now passed to CONFIGURE_ENV automatically. [3]

PR:             154896 [1]
                155550 [3]
Submitted by:   eadler [2]
2.13.4_1
15 Feb 2011 16:11:56
Original commit files touched by this commit
marcus search for other commits by this committer
Remove a debugging line that was left in.

Reported by:    lwhsu
2.13.4
13 Feb 2011 21:10:33
Original commit files touched by this commit
marcus search for other commits by this committer
Update to 2.13.4.

* Check for duplicate MANx macros [1]
* Add a warning if the wrong CPAN URL is used for the WWW URL [2]
* Remove an obsolete CPAN warning [3]

PR:             154069 [1]
                154149 [2]
                154724 [3]
Submitted by:   skreuzer [2]
                milki@rescomp.berkeley.edu [3]
2.13.3
13 Feb 2011 21:05:33
Original commit files touched by this commit
marcus search for other commits by this committer
Use ${BINMODE} instead of 555 to fix INSTALL_AS_USER installations.

PR:             154552
2.13.3
10 Jan 2011 04:43:58
Original commit files touched by this commit
marcus search for other commits by this committer
Update to 2.13.3

* Do not warn when the "work" directory is not in CVS. [1]
* Improve Ruby docs and examples handling. [2]

PR:             152053 [1]
                153596 [2]
Submitted by:   Eitan Adler <lists@eitanadler.com> [1]
                tota [2]
2.13.2
04 Dec 2010 07:34:27
Original commit files touched by this commit
ade search for other commits by this committer
Sync to new bsd.autotools.mk
2.13.2
07 Nov 2010 22:10:56
Original commit files touched by this commit
marcus search for other commits by this committer
Update to 2.13.2.

* Correct the UIDs passwd file format.
* Parse out comments when checking dependency format. [1]
* Added check for the case when LICENSE contains multiple tokens but
  LICENSE_COMB do not set or equal to 'single' (instead of correct 'multi' or
  'dual'). [2]
* Add support for @rmtry. [3]

PR:             150997 [1]
                151966 [2]
                151301 [3]
Submitted by:   skv [2]
2.13.1_1
05 Nov 2010 15:44:49
Original commit files touched by this commit
wxs search for other commits by this committer
Bump PORTREVISION for the MD5 changes that went in.
2.13.1
28 Oct 2010 21:00:21
Original commit files touched by this commit
erwin search for other commits by this committer
Deprecate md5 in favour of sha256 checksums.  md5 checksums will no longer
be generated or checked, and will be silently ignored for now.  Also,
generalize the MD5_FILE macro to DISTINFO_FILO.

PR:             149657
Submitted by:   rene
Approved by:    portmgr
Tested on:      pointyhat i386 7-exp
2.13.1
16 Jun 2010 03:53:15
Original commit files touched by this commit
marcus search for other commits by this committer
Update to 2.13.1.

* USE_APACHE=yes is now fatal
* Clean up WITH_APACHEX=X variants. WITH_APACHE=yes is now the only allowed one

PR:             146988
Submitted by:   pgollucci
2.13.0
04 Apr 2010 18:12:45
Original commit files touched by this commit
marcus search for other commits by this committer
Update to 2.13.0.

* Only make checks for PORTVERSION/DISTVERSION, MAINTAINER, COMMENT, and
  CATEGORIES fatal if they are not set elsewhere.  Instead, print a warning
  for non-slave ports. [1]
* Make the check for an Apache dependency case-sensitive to fix an issue
  with false positives. [2]
* Add support for checking for the need for USE_DOS2UNIX, and for ports which
  may need MASTER_SITE*CPAN. [3]
* Add a new -m flag which enables checks for MOVED, UIDs, and GIDs.  This flag
  is disabled by default, but can be enabled with -c, -C, or -A. [4]

PR:             142381 [2]
Submitted by:   wen [2]
                hrs [4]
Requested by:   chukharev@mail.ru [1] [3]
2.12.2
19 Dec 2009 21:24:04
Original commit files touched by this commit
marcus search for other commits by this committer
Forced commit to note the 2.12.2 update also included a grammatical fix
to the portlint manpage.

PR:             140765
Submitted by:   Benjamin Kaduk <kaduk@mit.edu>
2.12.2
19 Dec 2009 21:23:01
Original commit files touched by this commit
marcus search for other commits by this committer
Update to 2.12.2.

* Add support for whitelisting certain MASTER_SITES which make up a "cloud"
  of sites. [1]
* Escape a '.' in a regular expression to prevent matching strings like
  "about" with the regular expression "a.out". [2]
* Try to detect when the value of CONFIGURE_TARGET is used directly in a
  plist. [3]

PR:             140048 [1]
                141460 [2]
Submitted by:   skreuzer [1]
                gahr [2]
Suggested by:   brooks [3]
2.12.1
18 Jul 2009 21:39:07
Original commit files touched by this commit
marcus search for other commits by this committer
Update to 2.12.1.

* Do not compare a string with undef. [1]
* Remove the CONFIGURE_ARGS check for --prefix.  This is not part of
  _LATE_CONFIGURE_ARGS, and thus will be set of all ports. [2]

PR:             136657 [1]
                136691 [2]
Submitted by:   glewis [1]
2.12.0
09 Jul 2009 01:03:38
Original commit files touched by this commit
marcus search for other commits by this committer
Update to 2.12.0.

* Add support for bsd.port.options.mk. [1]
* Add a check for ports that install a.out. [2]
* Tweak the check for arguments passed to configure when using
  GNU_CONFIGURE, and add a check for HAS_CONFIGURE and GNU_CONFIGURE. [3]
* Fix some false positives that occur when using certain combinations of
  %%XXXDIR%%. [4]

PR:             135095 [2]
                135858 [3]
                136465 [4]
Requested by:   pav [1]
Submitted by:   Vladimir Chukharev <chukharev@mail.ru> [2]
                Sahil Tandon <sahil@tandon.net> [3]
                Eygene Ryabinkin <rea-fbsd@codelabs.ru> [4]
2.11.2
23 May 2009 19:07:33
Original commit files touched by this commit
marcus search for other commits by this committer
Update to 2.11.2.

* Fix a warning when PKGINSTALLVER is not defined. [1]
* Fix a false positive which can occur when install-info is used in sed
  expressions. [2]
* Add depcrecation checks for Apache macros. [3]

PR:             134000 [1]
                134614 [2]
                134610 [3]
Submitted by:   Eygene Ryabinkin <rea-fbsd@codelabs.ru> [1]
                Lapo Luchini <lapo@lapo.it> [2]
                pgollucci [3]
2.11.1
13 Apr 2009 01:56:17
Original commit files touched by this commit
marcus search for other commits by this committer
Update to 2.11.1.

* Fix some Perl warnings. [1]
* Fix an improper invocation of perror(). [2]
* Add some more allowed full paths. [3]
* Add a check for MAKE_JOBS_[UN]SAFE used in conjunction with NO_BUILD.
  If this is found, throw a warning. [4]

PR:             133207 [4]
Submitted by:   gerald [3]
Reported by:    pav [1]
                Vladimir Chukharev <Vladimir.Chukharev@tut.fi> [2]
2.11.0
22 Mar 2009 17:54:19
Original commit files touched by this commit
marcus search for other commits by this committer
Update to 2.11.0.

* Fix regexp compatibility with Perl 5.10 [1]
* Add "use warnings" to find more warnings [1]
* Use more modern Perl features as we no longer need to maintain such
  ancient backward compatibility [1]
* Add support for a list of patterns to exclude from absolute path
  checking. [2]
* Check MAINTAINER field for master/slave relationship as is done for
  COMMENT. [3]
* Add support for checking plists for files ending in .core.  These files
  may be periodically deleted during core file sweeps. [4]

NOTE: This release has more Perl warnings enabled.  If you encounter a Perl
warning, please report it.

PR:             132289 [1]
                131228 [2]
                131235 [3]
                131790 [4]
Submitted by:   skv [1]
                gerald [3]
2.10.2_1
19 Jan 2009 06:58:42
Original commit files touched by this commit
marcus search for other commits by this committer
Fix some typos in the CONFIGURE_ENV section.

Submitted by:   gerald
2.10.2
18 Jan 2009 18:49:58
Original commit files touched by this commit
marcus search for other commits by this committer
Update to 2.10.2.

* Loosen the error around USE_ANT and do-build [1]
* Add a check for CFLAGS and CXXFLAGS in CONFIGURE_ENV [2]
* Add a check for Fortran flags in CONFIGURE_ENV [3]

PR:             128482 [2]
Requested by:   Dominic Fandrey <kamikaze@bsdforen.de> [1]
                gerlad [3]
Submitted by:   amdmi3 [2]
2.10.1_1
22 Oct 2008 22:04:38
Original commit files touched by this commit
marcus search for other commits by this committer
Correct a typo.

Reported by:    amdmi3
2.10.1
21 Oct 2008 22:38:14
Original commit files touched by this commit
marcus search for other commits by this committer
Update to 2.10.1

* Allow WWW URLs which start with "https://" [1]
* Warn on possible improper use of @dirrm[try] [2]

PR:             127128 [1]
                127081 [2]
Submitted by:   Tomoyuki Sakurai <cherry@trombik.org> [2]
2.10.0
24 Aug 2008 17:16:03
Original commit files touched by this commit
marcus search for other commits by this committer
Update to 2.10.0.

* Add a check for duplicate CATEGORIES [1]
* Be stricter when checking for --mandir and --infodir [2]
* Properly check *_DEPENDS both before and after bsd.port.pre.mk [3]

PR:             125962 [2]
                126681 [3]
Requested by:   kris [1]
Submitted by:   Eygene Ryabinkin <rea-fbsd@codelabs.ru> [3]
                Renato Botelho <garga@FreeBSD.org> [2]
2.9.10
20 Jul 2008 01:09:38
Original commit files touched by this commit
marcus search for other commits by this committer
Update to 2.9.10.

* Add some USE_GCC checks [1]
* Check to make sure pkg-descr lines do not end with CRLF [2]
* Warn against using != in assignments [2]
* Check for a valid WWW syntax in pkg-descr [2]

Requested by:   gerald [1]
                kris [2]
2.9.9
05 Jul 2008 06:03:10
Original commit files touched by this commit
marcus search for other commits by this committer
Forced commit to correct previous commit PR.

PR:             124241
2.9.9
05 Jul 2008 06:02:28
Original commit files touched by this commit
marcus search for other commits by this committer
Update to 2.9.9.

Check for misuse of the %%XXXDIR%% constructs in order to help with the QA
Tinderbox build reports.

PR:             125037
Submitted by:   leeym
2.9.8
23 Mar 2008 00:25:31
Original commit files touched by this commit
marcus search for other commits by this committer
Update to 2.9.8.

* Use the actual Makefile when checking for pre-defined sites.  This allows
  us to catch things that rely on port variables. [1]
* USE_GETOPT_LONG is now obsolete, and should not be suggested. [2]
* Check for cases where X_DEPENDS = ${Y_DEPENDS} which can result in adding
  unwanted dependencies.

PR:             121664 [1]
Suggested by:   pav [2]
2.9.7
15 Dec 2007 17:46:39
Original commit files touched by this commit
marcus search for other commits by this committer
Quick bump to 2.9.7.

Allow comments to start with a '[' (e.g. [X]Emacs).

PR:             117832
Submitted by:   "Philip M. Gollucci" <pgollucci@p6m7g8.com>
2.9.6
15 Dec 2007 17:40:19
Original commit files touched by this commit
marcus search for other commits by this committer
Update to 2.9.6.

* Allow the @stopdaemon plist directive. [1]
* Fix a typo when checking for proper use of DOCSDIR. [2]
* USE_JAVA is okay to use after including bsd.port.pre.mk. [3]
* Properly check for extra items in the PATCH_SITES section. [4]
* Replace all instances of "IFF" with "If and only if" to be clearer for
  non-English speaking, non-math geeks. [5]

PR:             116907 [3]
                116698 [4]
                116218 [5]
Reported by:    rafan [1]
Submitted by:   lwhsu [2]
2.9.5
17 Aug 2007 17:11:40
Original commit files touched by this commit
marcus search for other commits by this committer
Update to 2.9.5.

* Consolidate lines that end in a '\' followed by an empty line into one
  newline prior to splitting the Makefile into sections.  This will more
  properly catch section-related errors [1]
* Properly check pkg-config files when they contain an embedded '.' [2]
* Allow pkg-plist directive @cwd by itself which means to change the working
  directory back to the original PREFIX [3]
* Beef up the warnings around DOCSDIR, EXAMPLESDIR, and DATADIR so that
  users don't just use these macros without knowing if they are safe [3]
* Check for use of --mandir and --infodir [4]

PR:             112332 [1]
                115455 [4]
Submitted by:   rafan [4]
                sat [2]
Requested by:   pav [3]
2.9.4
04 Aug 2007 11:41:31
Original commit files touched by this commit
gabor search for other commits by this committer
- Remove the DESTDIR modifications from individual ports as we have a new,
  fully chrooted DESTDIR, which does not need such any more.

Sponsored by:   Google Summer of Code 2007
Approved by:    portmgr (pav)
2.9.4
09 Jun 2007 19:02:10
Original commit files touched by this commit
marcus search for other commits by this committer
Update to 2.9.4.

* bsd.php.mk can now be included after bsd.port.pre.mk [1]
* Tighten the check on *_DEPENDS so that it only looks at BUILD, FETCH, PATCH,
  LIB, and RUN DEPENDS [2]

PR:             110461 [1]
Submitted by:   Alexander Logvinov <ports@logvinov.com> [1]
Reported by:    Alexander Logvinov <ports@logvinov.com> [2]
2.9.3
11 Feb 2007 19:22:07
Original commit files touched by this commit
marcus search for other commits by this committer
Update to 2.9.3.

* Add a check to see if EXTRACT_SUFX is ".zip" and suggest USE_ZIP instead [1]
* Remove the now obsoleted DEPENDS macro
* Remove the obsoleted Java 1.0 check
* Add support for USE_CDRTOOLS
* Add a check for direct usage of gs (i.e. ghostscript) [2]

PR:             107265 [2]
Requested by:   gabor [1]
2.9.3
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)

Number of commits found: 148 (showing only 48 on this page)

«  1 | 2