#!/usr/bin/perl -w # # $FreeBSD$ use strict; use lib $ENV{CVSROOT}; use CVSROOT::cfg; my $CVSROOT = $ENV{CVSROOT} || die "Can't determine CVSROOT (verifymsgcheck)!\n"; # Check "Approved by:" line. system("$CVSROOT/CVSROOT/approvecheck", @ARGV); if ($? >> 8) { exit 1; } # peter's edit post-processor.. system("$CVSROOT/CVSROOT/logcheck", @ARGV); if ($? >> 8) { exit 1; } ps://www.tfcis.org/~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/ports-mgmt/portshaker
Commit message (Expand)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
* Fix usage of WITH_SUBVERSION_VERRomain Tartière2020-12-141-1/+6
* devel/mercurial: Update to 5.5 and flavorize. Adjust dependency lines and bum...Gleb Popov2020-09-061-2/+2
* Update to 1.0.18Romain Tartière2019-09-262-4/+4
* Add WWWRomain Tartière2019-05-261-0/+2
* Update to 1.0.17Romain Tartière2018-11-282-4/+4
* Update to 1.0.16Romain Tartière2018-06-022-4/+4
* Update to 1.0.15Romain Tartière2018-01-162-9/+8
* Update to 1.0.14Romain Tartière2016-10-152-4/+4
* Update to 1.0.13Romain Tartière2016-10-142-4/+4
* Update to 1.0.12.Romain Tartière2016-08-063-17/+5
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-5/+5
* - replace whitespaces with tabOlli Hauer2015-12-301-2/+2
* - prepare for devel/subversion17 removalOlli Hauer2015-12-301-2/+2
* Unbreak portshaker-config slave portAntoine Brodin2015-05-091-0/+1
* Update ports in the p* categories to not use GH_COMMIT.Mathieu Arnold2015-05-082-6/+3
* ports-mgmt/portshaker: Support Subversion 1.7 or 1.8 depending on make.confKurt Jaeger2014-12-271-2/+6
* Simplify plistBaptiste Daroussin2014-10-311-3/+1
* Allow staging as a regular userAntoine Brodin2014-09-131-0/+1
* Update to 1.0.10.Romain Tartière2014-05-062-4/+4
* - Convert to stagingMathieu Arnold2014-02-273-47/+27
* Fix properties on pkg-plistBaptiste Daroussin2014-01-221-1/+0
* Update to 1.0.9.Romain Tartière2014-01-192-5/+9
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...Baptiste Daroussin2013-09-211-0/+1
* - Update to 1.0.8.Romain Tartière2013-01-302-4/+8
* Udate to 1.0.7.Romain Tartière2013-01-132-3/+3
* Fix typoBaptiste Daroussin2012-12-301-1/+1
* Convert romain's ports to new option frameworkBaptiste Daroussin2012-12-301-26/+24