aboutsummaryrefslogtreecommitdiff
path: root/port-files/FreeBSD
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2017-05-13 20:47:46 -0400
committerKen Moore <ken@ixsystems.com>2017-05-13 20:47:46 -0400
commite74ba0fb21ceec9348655a5f33c7f986023622d2 (patch)
tree76f83c5958f67b8c427c32031e4c88dfa2d4be37 /port-files/FreeBSD
parentTake 2 on fixing the mkport.sh (diff)
downloadlumina-e74ba0fb21ceec9348655a5f33c7f986023622d2.tar.gz
lumina-e74ba0fb21ceec9348655a5f33c7f986023622d2.tar.bz2
lumina-e74ba0fb21ceec9348655a5f33c7f986023622d2.zip
Bump the portepoch for the x11/lumina port - version number is no longer just the date
Diffstat (limited to 'port-files/FreeBSD')
-rw-r--r--port-files/FreeBSD/x11/lumina/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/port-files/FreeBSD/x11/lumina/Makefile b/port-files/FreeBSD/x11/lumina/Makefile
index 380786ba..9bfa8984 100644
--- a/port-files/FreeBSD/x11/lumina/Makefile
+++ b/port-files/FreeBSD/x11/lumina/Makefile
@@ -3,7 +3,7 @@
PORTNAME= lumina
PORTVERSION= %%CHGVERSION%%
-PORTEPOCH= 2
+PORTEPOCH= 3
CATEGORIES= x11
MAINTAINER= kmoore@FreeBSD.org
bgstack15