aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Moore <ken@pcbsd.org>2015-04-28 12:23:05 -0400
committerKen Moore <ken@pcbsd.org>2015-04-28 12:23:05 -0400
commit6757133b3d8289316eec4986d7c0fc12abba9cbc (patch)
tree99c2b88cd3a1b88edc46750da6d5ae3a561dc5e5
parentTag the version in the master branch of the source tree 0.8.5-devel now (sinc... (diff)
parentImprove the x11/lumima port to pull from GitHub releases now (diff)
downloadlumina-6757133b3d8289316eec4986d7c0fc12abba9cbc.tar.gz
lumina-6757133b3d8289316eec4986d7c0fc12abba9cbc.tar.bz2
lumina-6757133b3d8289316eec4986d7c0fc12abba9cbc.zip
Merge branch 'master' of github.com:pcbsd/lumina
-rw-r--r--port-files/Makefile13
-rw-r--r--port-files/distinfo4
2 files changed, 8 insertions, 9 deletions
diff --git a/port-files/Makefile b/port-files/Makefile
index 91d0c088..b1a9d27b 100644
--- a/port-files/Makefile
+++ b/port-files/Makefile
@@ -2,12 +2,9 @@
# $FreeBSD$
PORTNAME= lumina
-PORTVERSION= 0.8.4.${GITVERSION}
+PORTVERSION= 0.8.4
PORTEPOCH= 1
CATEGORIES= x11
-MASTER_SITES= http://www.pcbsd.org/~kris/software/ \
- ftp://ftp.pcbsd.org/pub/software/
-DISTNAME= ${PORTNAME}-${GITVERSION}
MAINTAINER= kmoore@FreeBSD.org
COMMENT= Lumina Desktop Environment
@@ -37,15 +34,17 @@ RUN_DEPENDS+= gstreamer-plugins-core>=0:${PORTSDIR}/multimedia/gstreamer-plugins
MAKE_JOBS_UNSAFE=yes
-GITVERSION= CHGVERSION
+GITVERSION= 1430233908
USE_XORG= x11 xcomposite xdamage xrender
USE_XCB= x11extras wm
USE_LDCONFIG= yes
USE_QT5= core gui network svg linguist multimedia imageformats \
buildtools x11extras
USES= qmake tar:bzip2
-
-WRKSRC= ${WRKDIR}/lumina
+USE_GITHUB= yes
+GH_ACCOUNT= pcbsd
+GH_COMMIT= e07dfbb
+GH_TAGNAME= v0.8.4-Release
QMAKE_ARGS= CONFIG+="configure"
diff --git a/port-files/distinfo b/port-files/distinfo
index 6facf5bc..aaefc4dd 100644
--- a/port-files/distinfo
+++ b/port-files/distinfo
@@ -1,2 +1,2 @@
-SHA256 (pcbsd-utils-qt4-0.9.tar.bz2) = 18c3b851bdffe5cb7a64288cad87c6e9669cde53a42b37ec199cce68ff61ec87
-SIZE (pcbsd-utils-qt4-0.9.tar.bz2) = 8089726
+SHA256 (lumina-0.8.4.tar.bz2) = 5fdfbb6b75d86d3cb68dce0453d4675dd7e24312de445e188d5a988512ee9bd3
+SIZE (lumina-0.8.4.tar.bz2) = 23262377
bgstack15