aboutsummaryrefslogtreecommitdiff
path: root/port-files
diff options
context:
space:
mode:
authorKen Moore <ken@pcbsd.org>2014-09-22 15:10:20 -0400
committerKen Moore <ken@pcbsd.org>2014-09-22 15:10:20 -0400
commit48e50ed5f40ab1ae79384ab3632dd06ad2c9f7e0 (patch)
treea1282c1ed28f389da2e59e3d8b6d95f477daa51a /port-files
parentAdd libjpeg dependency to Lumina port (since the default wallpapers are jpg f... (diff)
downloadlumina-48e50ed5f40ab1ae79384ab3632dd06ad2c9f7e0.tar.gz
lumina-48e50ed5f40ab1ae79384ab3632dd06ad2c9f7e0.tar.bz2
lumina-48e50ed5f40ab1ae79384ab3632dd06ad2c9f7e0.zip
Tag Lumina version 0.6.3
This version is mainly a bunch of bugfixes from 0.6.2, but also included backend streamlining, porting to other OS's, and a slightly updated userbutton.
Diffstat (limited to 'port-files')
-rw-r--r--port-files/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/port-files/Makefile b/port-files/Makefile
index 07d7500d..cafd2cf9 100644
--- a/port-files/Makefile
+++ b/port-files/Makefile
@@ -3,7 +3,7 @@
PORTNAME= lumina
GITVERSION= CHGVERSION
-PORTVERSION= 0.6.2.${GITVERSION}
+PORTVERSION= 0.6.3.${GITVERSION}
PORTEPOCH= 1
CATEGORIES= x11
DISTNAME= ${PORTNAME}-${GITVERSION}
bgstack15