diff options
author | Ken Moore <ken@pcbsd.org> | 2015-04-22 12:29:34 -0400 |
---|---|---|
committer | Ken Moore <ken@pcbsd.org> | 2015-04-22 12:29:34 -0400 |
commit | 072b91f448e94d2d61d55f81bc7c3e2d89d72018 (patch) | |
tree | cdf808fa0573cddef6df6618be0749eefc3c982d /port-files/Makefile | |
parent | Add support for running "lumina-fileinfo" from the right-click menu in lumina-fm (diff) | |
download | lumina-072b91f448e94d2d61d55f81bc7c3e2d89d72018.tar.gz lumina-072b91f448e94d2d61d55f81bc7c3e2d89d72018.tar.bz2 lumina-072b91f448e94d2d61d55f81bc7c3e2d89d72018.zip |
Re-enable lumina-fileinfo within the general lumina build procedure and update the port files as necessary
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 c584423a..91d0c088 100644 --- a/port-files/Makefile +++ b/port-files/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lumina -PORTVERSION= 0.8.2.${GITVERSION} +PORTVERSION= 0.8.4.${GITVERSION} PORTEPOCH= 1 CATEGORIES= x11 MASTER_SITES= http://www.pcbsd.org/~kris/software/ \ |