Browse Source

Bump version to 2.19.5 and remove $FreeBSD$.

jclarke 3 years ago
parent
commit
2cf6cf67f8
2 changed files with 1 additions and 3 deletions
  1. 0 1
      portlint.1
  2. 1 2
      portlint.pl

+ 0 - 1
portlint.1

@@ -1,4 +1,3 @@
-.\" $FreeBSD$
 .\"  $MCom$
 .\"
 .\" Copyright (c) 1997 by Jun-ichiro Hagino <itojun@itojun.org>.

+ 1 - 2
portlint.pl

@@ -14,7 +14,6 @@
 # bsd.port.mk.  There are significant differences in those so non-FreeBSD code
 # was removed.
 #
-# $FreeBSD$
 # $MCom$
 #
 
@@ -50,7 +49,7 @@ $portdir = '.';
 # version variables
 my $major = 2;
 my $minor = 19;
-my $micro = 4;
+my $micro = 5;
 
 # default setting - for FreeBSD
 my $portsdir = '/usr/ports';