aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/portlint/src
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2.17.15.Joe Marcus Clarke2017-12-281-11/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Don't check for direct command use for ONLY_FOR_ARCHS_REASON and NOT_FOR_ARCHS_REASON when a specific arch has been specified. [1] * Preserve an original variable value to make sure the check for copying dependecies is actually performed. * Don't complain about incon installation if the port is a Qt5 port. [2] * Check that PLIST_FILES entries do not contain %%FOO% notation. [3] * Check that DOCS and EXAMPLES are defined as OPTIONS when using %%PORTDOCS%% and %%PORTEXAMPLES%%. [4] * Check that if USE_LDCONFIG is defined, then the port installs shared objects. [5] * Check that when USE_KDE is defined, then USES=kde:5 is also defined. [6] * Ignore flavors when trying to find port directories. [7] * Revert the fix for 221971 (USE_GITHUB). More debate is needed here. PR: 223285 [1] 223498 [2] 223539 [3] 223541 [4] 223762 [5] 224140 [6] 224245 [7] Submitted by: adridg [2] mat [4] 224245 [7] Notes: svn path=/head/; revision=457486
* Emergency update to 2.17.14.Joe Marcus Clarke2017-12-071-3/+3
| | | | | | | | | Escape a variable in an RE to prevent corruption. Submitted by: gahr Notes: svn path=/head/; revision=455703
* Update to 2.17.13.Joe Marcus Clarke2017-10-081-12/+13
| | | | | | | | | | | | | | | | | | * Do not complain about USE_GITHUB before USES [1] * Make sure each variable in a dependency is fully expanded [2] * Clean up the earlier checks for BROKEN, etc. to prevent bogus warnings [3] * 'USE=execinfo' is removed with ports r450351. So stop suggesting to use it [4] PR: 221971 [1] 221605 [2] 222409 [3] 222653 [4] Submitted by: amdmi3 [1] jrm [2] Yasuhiro KIMURA <yasu@utahime.org> [4] Notes: svn path=/head/; revision=451553
* Update to 2.17.12.Joe Marcus Clarke2017-08-151-9/+51
| | | | | | | | | | | | | | | | | | | | | * Don't check for absolute paths inside make variables [1] * Check pkg-plist for use of OPTIONS [1] * Fix an issue with line number offsets [2] * Don't alert on double-dollar (VARIABLE) [3] * Allow BROKEN, IGNORE, DEPRECATED to appear before the *_DEPENDS block [4] * Check that manpages are not installed into share/man [5] * Check for a space anywhere between a variable and its value [6] PR: 221507 [1] 221291 [2] 221397 [3] 221377 [4] 221455 [5] 221219 [6] Submitted by: Dmitri Goutnik <dg@syrec.org> [4] Notes: svn path=/head/; revision=447981
* Update to 2.17.11.Joe Marcus Clarke2017-08-031-5/+18
| | | | | | | | | | | | | | | * Trim comments after USE_GCC [1] * Add a check for redundant SHEBANG_LANG values [2] * Make sure both USES and USE_* are actually seen before checking to see if one is included before the other [3] PR: 221085 [1] 220500 [2] Submitted by: gerald [1] Reported by: dbaio [3] Notes: svn path=/head/; revision=447208
* Update to 2.17.10.Joe Marcus Clarke2017-07-221-11/+22
| | | | | | | | | | | | | * Remove the other check for conflicts that are too broad [1] * Remove the check for portlint that is more than 30 days old [2] * Check to see uf USE_* comes before USES [3] PR: 220087 [2] 220340 [3] Reminded by: dbaio [1] Notes: svn path=/head/; revision=446351
* Update to 2.17.9Joe Marcus Clarke2017-06-041-30/+27
| | | | | | | | | | | | | | | | * Remove a check for narrow conflicts now that we are in the post-pkg world [1] * Genericize the USES_ sorting code and check to see if NOT_FOR_ARCHS and ONLY_FOR_ARCHS are sorted. [2] * Fix the check for JAVALIBDIR so that it falls before the variable expansion code. [3] PR: 219684 [1] 218823 [2] 219360 [3] Submitted by: eugen [3] Notes: svn path=/head/; revision=442596
* Update to 2.17.8.Joe Marcus Clarke2017-04-211-14/+4
| | | | | | | | | | | | | | | | | * Check for use of OPT_XXX_OFF syntax to prevent false incorrect option usage assertions. [1] * Remove now-obsolete warning about using :LU operators with make(1). [2] * Fix the regex to prevent direct command use from hittin on lines like FOO_USES=... [3] PR: 218260 [1] 218325 [2] 218672 [3] Submitted by: jrm [2] Reported by: rezny [2] Notes: svn path=/head/; revision=439128
* Update to 2.17.7.Joe Marcus Clarke2017-03-291-2/+15
| | | | | | | | | | * Fold in the same removal of the obsolete HTTP-only warning * Add support for checking for direct dependency on bison, fmake, and libexecinfo. [1] PR: 216268 [1] Notes: svn path=/head/; revision=437207
* - Remove useless warningDmitry Marakasov2017-03-291-2/+0
| | | | | | | | | | | | | HTTPS-only is normal novadays, also may@ says that the warning was there because before 8.4 libfetch did not support going through a proxy for HTTPS PR: 217995 Approved by: maintainer timeout (marcus, 2 weeks) Differential Revision: D10015 Notes: svn path=/head/; revision=437200
* Update to 2.17.6.Joe Marcus Clarke2016-12-231-2/+4
| | | | | | | | | | Add support for CMAKE_BOOL PR: 215203 Submitted by: Dmitri Goutnik <dg@syrec.org> Notes: svn path=/head/; revision=429292
* Correct a typo with TIMESTAMP handling. While here, don't use a pure magic ↵Joe Marcus Clarke2016-11-111-3/+3
| | | | | | | | | | | | number for the 30 days worth of seconds. PR: 212091 Submitted by: jrm Notes: svn path=/head/; revision=425858
* Update to 2.17.5.Joe Marcus Clarke2016-11-091-7/+14
| | | | | | | | | | | | | | * Allow https URLs for the WWW line in pkg-descr. Why are we only NOW doing this? [1] * Check TIMESTAMP to make sure it's in the present/past, but not more than 30 days in the past. [2] PR: 212091 [2] Submitted by: amdmi3 [1] Differential Revision: D8462 [1] Notes: svn path=/head/; revision=425779
* Update to 2.17.4.Joe Marcus Clarke2016-07-241-3/+11
| | | | | | | | | | | | * Check PLIST_FILES for icons [1] * Add VARS and VARS_OFF to the option helper list [2] * Add NO_ARCH [2] PR: 211175 [1] Submitted by: koobs [2] Notes: svn path=/head/; revision=419006
* Update to 2.17.3.Joe Marcus Clarke2016-07-071-4/+4
| | | | | | | | | | | This release fixes a bug in newer versions of Perl where '{' and '}' caused regexp compilation to fail. PR: 210809 Submitted by: mat Notes: svn path=/head/; revision=418192
* Update to 2.17.2.Joe Marcus Clarke2016-05-151-6/+9
| | | | | | | * Properly check for TIMESTAMP in distinfo Notes: svn path=/head/; revision=415278
* Bump version to 2.17.1 for previous commit and sync with my localJoe Marcus Clarke2016-05-151-2/+2
| | | | | | | repo. Notes: svn path=/head/; revision=415277
* Make portlint not yelling at TIMESTAMP in distinfoBaptiste Daroussin2016-05-151-1/+1
| | | | | | | | PR: 209522 Reported by: John W. O'Brien <john@saltant.com> Notes: svn path=/head/; revision=415239
* Update to 2.17.0.Joe Marcus Clarke2016-04-151-24/+54
| | | | | | | | | | | | | | | | | * Drop the need for PORTSDIR in dependencies [1] * Allow a trailing ':' in URLs [2] * Check to make sure the value(s) of SUB_FILES is healthy [3] * Expand variables on all sides of the dependency tuple [4] (this last change is rather big, and thus bumping minor version) PR: 208272 [1] 207843 [2] 207477 [3] 206061 [4] Submitted by: amdmi3 [1] Notes: svn path=/head/; revision=413367
* Update to 2.16.8.Joe Marcus Clarke2015-12-191-12/+39
| | | | | | | | | | | | | | * Attempt to properly detect gettext [1] * Add support for @<pre|post>[un]exec plist directives [2] * Add support for the new @sample plist directive changes [2] * Modify the text when checking for used OPTIONS [3] PR: 204370 [1] 204900 [2] 204575 [3] Notes: svn path=/head/; revision=404027
* Update to 2.16.7.Joe Marcus Clarke2015-10-251-14/+59
| | | | | | | | | | | | | * Add support for @(...) notation [1] * Remove the check for USES being sorted. Order is important. [2] * Add support for making sure @owner and @group are properly reset [3] PR: 202570 [1] 203908 [2] 202711 [3] Notes: svn path=/head/; revision=400154
* Update to 2.16.6.Joe Marcus Clarke2015-08-091-12/+24
| | | | | | | | | | | | | | | | | * Only report "make makepatch" once per patch file [1] * Attempt to re-word the make makepatch warning to avoid unnecessary repo churn [2] * Attempt to test some other macros for sorting [3] * Do not check empty dependencies for validity [4] PR: 202050 [1] 201647 [2] 201409 [3] 202052 [4] Submitted by: gerald [1] Notes: svn path=/head/; revision=393830
* Update to 2.16.5.Joe Marcus Clarke2015-07-061-22/+29
| | | | | | | | | | | | | | | | | * Add a check for BROKEN similar to IGNORE [1] * Quiet the noise when used with Perl 5.22 [2] * Fix a bug checking for USES sortedness [3] * Correct a logic bug checking for USE_ANT [4] PR: 200634 [2] 200792 [3] 200421 [4] Submitted by: pi [2] John Hein <z7dr6ut7gs@snkmail.com> [4] Reported by: koobs [1] Notes: svn path=/head/; revision=391416
* Update to 2.16.4Joe Marcus Clarke2015-05-171-10/+29
| | | | | | | | | | | | | | | | | | | | * Correct a typo. This should have been SITE_ARCH_REL. [1] * Pre-populate USES with an explicit grep of the Makefile. [2] * Correct a typo to prevent direct command usage checking in pkg-* files. [3] * Adjust the order of first-paragraph items so that proper checking is done. [4] * Adjust the warning about installing docs by wrapping with .if ${PORT_OPTIONS:MDOCS}. [5] * Add a check for ${SETENV} instead of ${ENV}. [5] PR: 199974 [2] 199693 [3] 199428 [4] 199417 [5] Submitted by: adamw [4] sunpoet [1] Notes: svn path=/head/; revision=386646
* Update to 2.16.3.Joe Marcus Clarke2015-04-131-2/+15
| | | | | | | | | | | * Check the patches to make sure they were generated using ``make patch'' [1] * Do not throw a bunch of Perl errors if the makefile is bad [2] PR: 197747 198887 Notes: svn path=/head/; revision=383894
* Update to 2.16.2.Joe Marcus Clarke2015-02-041-11/+35
| | | | | | | | | | | | | | | | | * Exclude .git directories from error reporting [1] * Add some additional Perl checks for STAGEDIR [2] * Try not to flag on direct use of "install" if we're running a make command [3] * Fix the checks for Perl given the new hierarchy [4] PR: 195780 [1] 194759 [3] 196222 [4] Submitted by: gerald [3] Yasuhiro KIMURA <yasu@utahime.org> [1] Requested by: mat [2] Notes: svn path=/head/; revision=378408
* Update to 2.16.1.Joe Marcus Clarke2014-10-271-6/+6
| | | | | | | | | Add an additional check for EXTRACT_SUFX. Submitted by: ak Notes: svn path=/head/; revision=371592
* Update to 2.16.0Joe Marcus Clarke2014-10-261-389/+135
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove @MASTERSITES_WHITELIST * Remove some remnants of multi-OS support: always false conditions and unused variables ($automan, $autoinfo, $manstrict, $mancompress, $multiplist, $newxdef, $rcsidinplist, $ldconfigwithtrue) * Remove check for USE_SIZE * Remove check for 'Version Required' in header * Remove pkgtools remnants: fix pkg_version invocations, remove check for PKGINSTALLVER, remove check for old packages in $portsdir * Update check for IGNOREFILES macro * Remove comment about EXEC_DEPENDS * Remove check for NO_CONFIGURE/NO_PATCH * Remove '@dirrm for %%DOCSDIR%%' check * Remove pkg-comment check * Remove check for /usr/X11R6 * Remove check for gcc_val 3.x and 4.1 conditions * STAGE is now required * Remove MANLANG check * Add NOPORTEXAMPLES/NOPORTDOCS deprecation warning * Add @stopdaemon, @cwd deprecation warning * Add PLIST_DIRSTRY deprecation warning * Add check for make :L :U modifiers * Add check for for MAN[1-9] macro * Allow use of absolute path in plist * Fix checks for EXTRACT_SUFX * Fix USE_ANT and USES=gmake warning * Convert WITH(OUT)_$1 to PORT_OPTIONS:M$1 in warning * Convert USE_DOS2UNIX to USES=dos2unix in warning * Convert USE_ZIP to USES=zip in EXTRACT_SUFX check * Convert USE_PERL5 to USES=perl5 in warning * Convert USE_ICONV to USES=iconv in warning * Modify checkplist() to accept @fc/@shell/other new keywords PR: 194285 Submitted by: ak Notes: svn path=/head/; revision=371523
* Update to 2.15.6.Joe Marcus Clarke2014-10-131-7/+9
| | | | | | | | | * Check to make sure each instance of USES is properly sorted. PR: 193792 Notes: svn path=/head/; revision=370756
* Update to 2.15.5.Joe Marcus Clarke2014-10-081-25/+80
| | | | | | | | | | | | | | | | | | | | | | | | | * Do not report on DEBUG as an OPTION. [1] * Check for use of muted INSTALL_foo commands. * Warn on use of @dirrm[try]. * Check to make sure rc.d scripts contain a '# PROVIDE:' line. [2] * Check to see that the options provided to USES are sorted. [3] * Fix an errant "direct use of command" warning. [4] * Remove the check to see if StartupNotify is the empty string in DESKTOP_ENTRIES. This is allowed per the spec and per the porter's handbook. [5] * Check for empty lines in plist. [6] * Check for direct command use in SHEBANG_FILES. [7] PR: 192525 [1] 193464 [2] 193792 [3] 193793 [4] 193456 [5] 193794 [6] 193795 [7] Notes: svn path=/head/; revision=370494
* Update to 2.15.4.Joe Marcus Clarke2014-07-281-3/+6
| | | | | | | | | | Use File::Basename so that only the patch filename is checked for the 100 character limit. PR: 192161 Notes: svn path=/head/; revision=363150
* Update to 2.15.3.Joe Marcus Clarke2014-07-121-13/+9
| | | | | | | | | | | | | | | | | * Make sure a port is placed in its proper category directory. [1] * Don't check INSTALL_TARGET for direct command use. [2] * Remove the single MASTER_SITE warning. [3] * Check to make sure patch file names contain no more than 100 characters. [4] PR: 191631 [2] 191079 [3] Submitted by: wen heping <wenheping@gmail.com> [1] gerald [2] Requested by: demon [4] Discussed on: ports@ [3] Notes: svn path=/head/; revision=361618
* Convert GMAKE to MAKE_CMDBaptiste Daroussin2014-06-251-4/+4
| | | | | | | | | | Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr Notes: svn path=/head/; revision=359185
* Update to 2.15.2.Joe Marcus Clarke2014-06-211-7/+19
| | | | | | | | | | | | | | * Add s3.amazonaws.com to the list of whitelist master sites. [1] * Correct a typo. [2] * Add support for the @sample directive. [3] * Check for USE_AUTOTOOLS=libtool and suggest USES=libtool instead. PR: 183864 [3] Submitted by: skreuzer [1] culot [2] Notes: svn path=/head/; revision=358739
* Update to 2.15.1.Joe Marcus Clarke2014-04-191-43/+37
| | | | | | | | | | | | | | | | | | | | | | | * Remove www.freebsd.org/~$user check from urlcheck() * Remove 'in the module alias name' warning * Remove 'binary -ko' * Silence warnings in case if svn binary does not exist (try 2) * Use more strict regexp for share/doc detection * Add sdl-config to direct commands check * Fix phase 2 of direct use of pathnames check * Ignore comments in direct use of pathnames check * Support nested knobs in plist for OPTIONS_SUB check * Add check for @dirrm(try) libdata/pkgconfig in plist * Remove USE_MESA, INSTALLS_SHLIB, APACHE_COMPAT, USE_XPM from deprecated macro check * Fix 'Consider adding support for a NLS knob to conditionally disable gettext' warning in the case of use 'NLS_USES= gettext' PR: 188389 Submitted by: ak Notes: svn path=/head/; revision=351604
* Update to 2.15.0.Joe Marcus Clarke2014-02-231-221/+176
| | | | | | | | | | | | | | | | | | | | | | | | | | - Remove NetBSD support, its completely bitrotted - Suggest to set DEVELOPER=yes in /etc/make.conf if committer flag specified in command line - Fix WARN: Makefile: [11]: possible direct use of command "libtool" found... - Small fixes: * 'WWW: UR:' -> 'WWW: URL' * @option_helpers -> remove leading '_' use _$m instead * fix a few 'undefined variable' warnings - Make MAN{X} checks NO_STAGE only (consolidate/simplify check) - Make some checks in checkplist NO_STAGE only - Convert PERL_CONFIGURE check to USE_PERL5=configure - Make "use .if ${PORT_OPTIONS:MDOCS} to wrap installation of files into $localbase/share/doc" warning NO_STAGE only - Add special case for global options(DOCS/EXAMPLES/NLS/IPV6) in OPTIONS_DEFINE, but not in PORT_OPTIONS:M$i - Check for relative path (/../) in *DEPENDS - Remove MASTER_SITES that don't resolve or returns 5xx - Remove LINTSKIP check that was commented since 1997 PR: 186639 Submitted by: ak Notes: svn path=/head/; revision=345760
* Update to 2.14.10.Joe Marcus Clarke2014-02-081-4/+31
| | | | | | | | | | | | | * Check for old-style LIB_DEPENDS * Don't emit a warning if there is only one MASTER_SITE, but that MASTER_SITE is known in our list of site macros. [1] * Attempt to find corrupt DESKTOP_ENTRIES that do not specify a proper startupnotify value. [1] Reported by: Hardy Schumacher <hardy.schumacher@gmx.de> Notes: svn path=/head/; revision=343379
* Update to 2.14.9.Joe Marcus Clarke2014-01-051-18/+37
| | | | | | | | | | | * Correct some unitialized problems that pop up with certain ports * Replace USE_DOS2UNIX with USES=dos2unix * Do not check for direct use of commands in OPTIONS descriptions Reported by: Hardy Schumacher <hardy.schumacher@gmx.de> Notes: svn path=/head/; revision=338746
* Update to 2.14.8.Joe Marcus Clarke2013-12-291-7/+15
| | | | | | | | | | | | | | * Do not warn on direct use of "false" if it is found in DESKTOP_ENTRIES. [1] * Make sure the DESKTOP_ENTRIES true/false parameter does not include quotes. * Remove an unreferenced variable dereference. [2] * Add some additional variables to avoid explicit command use checks. [3] PR: 185086 [1] 185225 [2] 185110 [3] Notes: svn path=/head/; revision=337940
* Update to 2.14.7.Joe Marcus Clarke2013-10-261-6/+6
| | | | | | | | | | | | | | * Fix a typo resulting in an undefined function [1] * Add X11 to the list of common OPTIONS [2] * Remove an errant space [2] * Do not warn on empty .svn directories. [2] PR: 183330 [1] Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com> [1] Reported by: eadler [2] Notes: svn path=/head/; revision=331698
* Update to 2.14.6.Joe Marcus Clarke2013-10-201-89/+142
| | | | | | | | | | | | | | | | | | | * Mute svn warnings if .svn doesn't exist. [1] * Add check for ${OPTION}_* (option helpers) [1] * Suggest LICENSE as warning [1] * Fix get_makevar and use instead of direct calls to make(1) [1] * Remove MAKE_JOBS_SAFE [1] * Remove vestiages of old OPTIONS [1] * Suggest converting to stage if NO_STAGE is defined. [1] * Check for use of MANCOMPRESSED when STAGE support is enabled. * Do not warn about man pages in the plist if the port is built with stage support. * Do not flag .svn in the search for dotfiles. Submitted by: ak [1] Notes: svn path=/head/; revision=330953
* Properly bump the version of portlint.Joe Marcus Clarke2013-10-121-5/+6
| | | | Notes: svn path=/head/; revision=330147
* - Update to 2.14.5Bryan Drewery2013-10-121-3/+5
| | | | | | | | | | | | | | | | | | Changes: * Fix recommending to replace USES=gmake with ${GMAKE} [1] * Ignore USES when recommending to replace direct commands [1] * Fix COMMENT check so it checks for length even if it is not formatted properly [2] PR: ports/181359 [1] Submitted by: Alan Hicks <ahicks@p-o.co.uk> [1] Reported by: many PR: ports/181730 [2] Submitted by: gerald Approved by: maintainer timeout (> 1 month) Notes: svn path=/head/; revision=330124
* Update to 2.14.4.Joe Marcus Clarke2013-07-142-99/+110
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix some minor issues in the portlint man page [1] * Warn about using ${SITE_PERL} in depends [2] * Add a check to see that OPTIONS_{RADIO/SINGLE/MULTI/GROUP}_SOMETHING exists if OPTIONS_{RADIO/SINGLE/MULTI/GROUP} is defined [3] * Join all lines with a backslash before doing anything to fix parsing of comments [4] * Stop looping through MASTER_SITES as soon as a comment is seen [4] * Detect plain ftp/http sites and print a warning if none have been found [4] * Opt for USES=pkgconfig instead of USE_PKGCONFIG [5] * Add check for ${TRUE}/${FALSE} in DESKTOP_ENTRIES [5] * Remove CDRTOOLS check [5] * Remove USE_REINPLACE check [5] * Remove USE_GETOPT_LONG check [5] * Modify USE_GETTEXT -> USES gettext [5] * Remove WITHOUT_NLS check [5] * Relax headers check for $FreeBSD$ + $MCom$ case [5] * Fix URL suggestion for CPAN so that it ends with a '/' [6] PR: 178952 [2] 179262 [3] 179338 [5] 180260 [6] Submitted by: eadler [1] "Anton Yuzhaninov" <ayuzhaninov@openstat.ru> [2] "Ilya A. Arkhipov" <rum1cro@yandex.ru> [3] tijl [4] Alex Kozlov <spam@rm-rf.kiev.ua> [5] Anes Mukhametov <anes@anes.su> [6] Notes: svn path=/head/; revision=322990
* Update to 2.14.3.Joe Marcus Clarke2013-04-282-7/+25
| | | | | | | | | | | | | | | | * Add support for the PL_SVN_IGNORE environment variable. [1] * Promote PORT_OPTIONS:MDOCS to NOPORTDOCS. [2] * Add a check for pure FTP or HTTP mirrors in MASTER_SITES. [3] PR: 177043 [1] 177048 [2] 177805 [3] Submitted by: tota [1] pclin [2] Tijl Coosemans <tijl@coosemans.org> [3] Notes: svn path=/head/; revision=316769
* Bump to version 2.14.2.Joe Marcus Clarke2013-03-101-8/+15
| | | | | | | | | | | | | | | | | | * 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] Notes: svn path=/head/; revision=313807
* - Switch the VCS tool for the ports tree from CVS to SVNTAKATSU Tomonari2013-03-021-1/+1
| | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=313176
* Update to 2.14.1.Joe Marcus Clarke2012-12-291-4/+4
| | | | | | | | 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. Notes: svn path=/head/; revision=309644
* Update to 2.14.0.Joe Marcus Clarke2012-12-271-155/+118
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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] Notes: svn path=/head/; revision=309558
* Update to 2.13.13.Joe Marcus Clarke2012-10-081-12/+11
| | | | | | | | | | | | | | | | | | | * Reduce false alarms when checking for MAN* and MAN*PREFIX. [1] * Don't over-warn when using PORT_OPTIONS:MDOCS with ${PREFIX}/share/doc/${PORTNAME}. [2] * Remove spurious warnings about CPPFLAGS and LDFLAGS. [3] * Make sure we do not throw a warning if USE_GCC=any is used. [4] PR: 169745 [1] 171535 [2] 172335 [3] Submitted by: sunpoet [1] Hung-te Liang <lhd@cs.nctu.edu.tw> [2] glarkin [3] Suggested by: eadler [4] Notes: svn path=/head/; revision=305554