diff options
author | Ken Moore <ken@pcbsd.org> | 2015-01-21 15:59:52 -0500 |
---|---|---|
committer | Ken Moore <ken@pcbsd.org> | 2015-01-21 15:59:52 -0500 |
commit | 76db588033c1582521e317ad364ea971c0fa9693 (patch) | |
tree | 7ffa3d85cb10a02acb81601960acbffe1bb71f4d /port-files/Makefile | |
parent | Finish committing the last of the new distribution defaults framework. Also a... (diff) | |
download | lumina-76db588033c1582521e317ad364ea971c0fa9693.tar.gz lumina-76db588033c1582521e317ad364ea971c0fa9693.tar.bz2 lumina-76db588033c1582521e317ad364ea971c0fa9693.zip |
Tag version 0.8.1 of Lumina.
Changes include: a new distribution customization methodology, new desktop/panel plugins, new slideshow options in lumina-fm, and a number of stability/bug fixes.
Diffstat (limited to 'port-files/Makefile')
-rw-r--r-- | port-files/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/port-files/Makefile b/port-files/Makefile index db867176..afc806d2 100644 --- a/port-files/Makefile +++ b/port-files/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lumina -PORTVERSION= 0.8.0.${GITVERSION} +PORTVERSION= 0.8.1.${GITVERSION} PORTEPOCH= 1 CATEGORIES= x11 MASTER_SITES= http://www.pcbsd.org/~kris/software/ \ |