diff options
author | Ken Moore <ken@ixsystems.com> | 2019-04-27 09:29:11 -0400 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2019-04-27 09:29:11 -0400 |
commit | 910dd498d245e680e0bd102bc09f6499ac712cf5 (patch) | |
tree | 28da6cc2d4efb34f5528e87ca549cfbcbf8b9fe5 /mkport.sh | |
parent | Ensure that the browser path is always canonical. (diff) | |
download | lumina-910dd498d245e680e0bd102bc09f6499ac712cf5.tar.gz lumina-910dd498d245e680e0bd102bc09f6499ac712cf5.tar.bz2 lumina-910dd498d245e680e0bd102bc09f6499ac712cf5.zip |
Move the old debian/ebuild/spec port files into an obsolete directory.
If somebody wants to update them, they can get moved back into the main dir, but need to clearly mark that they are for old/obsolete versions only.
Diffstat (limited to 'mkport.sh')
-rwxr-xr-x | mkport.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ # Set the port dfile="lumina" -VERSION="1.4.2" +VERSION="1.5.0" massage_subdir() { cd "$1" @@ -102,5 +102,5 @@ done echo "All ports updated: ${allports}" #Set a couple variables for the TrueOS build cluster to know which is the "overall" port bPort="${allports}" #reset this variable in case something else needs it -port="x11/lumina-core x11/lumina-coreutils deskutils/lumina-archiver deskutils/lumina-mediaplayer deskutils/lumina-pdf deskutils/lumina-fm deskutils/lumina-textedit deskutils/lumina-screenshot deskutils/lumina-calculator deskutils/lumina-fileinfo x11/lumina" +port="x11/lumina-core x11/lumina-coreutils deskutils/lumina-archiver deskutils/lumina-mediaplayer deskutils/lumina-fm deskutils/lumina-textedit deskutils/lumina-screenshot deskutils/lumina-fileinfo x11/lumina" export bPort |