From 77dcb4c42082e01da4c078f1e272c5134aa56044 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Mon, 26 Jun 2017 10:41:17 -0400 Subject: Bump the version number in the FreeBSD port-generator script. --- mkport.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mkport.sh b/mkport.sh index b43c4b36..5f1797c7 100755 --- a/mkport.sh +++ b/mkport.sh @@ -3,9 +3,9 @@ # from a checked out git repo # Set the port -port="x11/lumina" +#port="x11/lumina" dfile="lumina" -VERSION="1.2.2" +VERSION="1.3.0" massage_subdir() { cd "$1" -- cgit