diff options
author | des <des@FreeBSD.org> | 2001-04-05 12:24:55 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2001-04-05 12:24:55 +0000 |
commit | f91fc71b5f4ba2d590ea55c13c3e93bf2f929f23 (patch) | |
tree | 80ab73285e45312e310ddca818b7d05d7b915d98 /misc/porteasy | |
parent | ffaffb20cd8c95c8942c48b84cd50df3127e8dd3 (diff) | |
download | FreeBSD-ports-f91fc71b5f4ba2d590ea55c13c3e93bf2f929f23.zip FreeBSD-ports-f91fc71b5f4ba2d590ea55c13c3e93bf2f929f23.tar.gz |
Forgot to update porteasy's idea of its own version number.
Notices by: <jbg@verloid.net>
Diffstat (limited to 'misc/porteasy')
-rw-r--r-- | misc/porteasy/Makefile | 1 | ||||
-rw-r--r-- | misc/porteasy/src/porteasy.pl | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/misc/porteasy/Makefile b/misc/porteasy/Makefile index d2dd0f9..5f30ab7 100644 --- a/misc/porteasy/Makefile +++ b/misc/porteasy/Makefile @@ -9,6 +9,7 @@ PORTNAME= porteasy PORTVERSION= 2.3 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= # none DISTFILES= # none diff --git a/misc/porteasy/src/porteasy.pl b/misc/porteasy/src/porteasy.pl index d09226b..fa7c1e7 100644 --- a/misc/porteasy/src/porteasy.pl +++ b/misc/porteasy/src/porteasy.pl @@ -33,7 +33,7 @@ use strict; use Fcntl; use Getopt::Long; -my $VERSION = "2.2"; +my $VERSION = "2.3"; my $COPYRIGHT = "Copyright (c) 2000 Dag-Erling Smørgrav. All rights reserved."; # Constants |