svn commit: r415277 - in head/ports-mgmt/portlint: . src

Joe Marcus Clarke marcus at FreeBSD.org
Sun May 15 18:22:41 UTC 2016


Author: marcus
Date: Sun May 15 18:22:40 2016
New Revision: 415277
URL: https://svnweb.freebsd.org/changeset/ports/415277

Log:
  Bump version to 2.17.1 for previous commit and sync with my local
  repo.

Modified:
  head/ports-mgmt/portlint/Makefile
  head/ports-mgmt/portlint/src/portlint.pl

Modified: head/ports-mgmt/portlint/Makefile
==============================================================================
--- head/ports-mgmt/portlint/Makefile	Sun May 15 18:17:59 2016	(r415276)
+++ head/ports-mgmt/portlint/Makefile	Sun May 15 18:22:40 2016	(r415277)
@@ -3,6 +3,7 @@
 
 PORTNAME=	portlint
 PORTVERSION=	2.17.1
+PORTREVISION=	1
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	# none
 DISTFILES=	# none

Modified: head/ports-mgmt/portlint/src/portlint.pl
==============================================================================
--- head/ports-mgmt/portlint/src/portlint.pl	Sun May 15 18:17:59 2016	(r415276)
+++ head/ports-mgmt/portlint/src/portlint.pl	Sun May 15 18:22:40 2016	(r415277)
@@ -15,7 +15,7 @@
 # was removed.
 #
 # $FreeBSD$
-# $MCom: portlint/portlint.pl,v 1.385 2016/04/15 18:20:46 jclarke Exp $
+# $MCom: portlint/portlint.pl,v 1.386 2016/05/15 18:21:04 jclarke Exp $
 #
 
 use strict;
@@ -50,7 +50,7 @@ $portdir = '.';
 # version variables
 my $major = 2;
 my $minor = 17;
-my $micro = 0;
+my $micro = 1;
 
 # default setting - for FreeBSD
 my $portsdir = '/usr/ports';


More information about the svn-ports-head mailing list