svn commit: r489150 - branches/2019Q1/x11-fm/mucommander
Lars Engels
lme at FreeBSD.org
Thu Jan 3 09:49:21 UTC 2019
Author: lme
Date: Thu Jan 3 09:49:19 2019
New Revision: 489150
URL: https://svnweb.freebsd.org/changeset/ports/489150
Log:
MFH: r489145
x11-fm/mucommander:
- Update to 0.9.3
- Switch MASTER_SITE to Github
- Depend on Java 1.8+
- Pet portlint
Approved by: portmgr (miwi)
Modified:
branches/2019Q1/x11-fm/mucommander/Makefile
branches/2019Q1/x11-fm/mucommander/distinfo
Directory Properties:
branches/2019Q1/ (props changed)
Modified: branches/2019Q1/x11-fm/mucommander/Makefile
==============================================================================
--- branches/2019Q1/x11-fm/mucommander/Makefile Thu Jan 3 09:45:55 2019 (r489149)
+++ branches/2019Q1/x11-fm/mucommander/Makefile Thu Jan 3 09:49:19 2019 (r489150)
@@ -2,9 +2,9 @@
# $FreeBSD$
PORTNAME= mucommander
-DISTVERSION= 0_9_0
+PORTVERSION= 0.9.3
CATEGORIES= x11-fm java
-MASTER_SITES= http://www.mucommander.com/download/
+MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${PORTVERSION}-2/
MAINTAINER= lme at FreeBSD.org
COMMENT= Lightweight file manager featuring a Norton Commander style interface
@@ -12,15 +12,16 @@ COMMENT= Lightweight file manager featuring a Norton C
LICENSE= GPLv3
USE_JAVA= yes
-JAVA_VERSION= 1.6+
+
+JAVA_VERSION= 1.8+
NO_BUILD= yes
-PLIST_FILES= bin/mucommander %%DATADIR%%/mucommander.jar %%DATADIR%%/license.txt
+PLIST_FILES= bin/mucommander ${DATADIR}/mucommander.jar ${DATADIR}/license.txt
SUB_FILES= mucommander
PORTDOCS= readme.txt
-WRKSRC= ${WRKDIR}/muCommander-${PORTVERSION:S/./_/g}
+WRKSRC= ${WRKDIR}/muCommander-${PORTVERSION}
OPTIONS_DEFINE= DOCS
Modified: branches/2019Q1/x11-fm/mucommander/distinfo
==============================================================================
--- branches/2019Q1/x11-fm/mucommander/distinfo Thu Jan 3 09:45:55 2019 (r489149)
+++ branches/2019Q1/x11-fm/mucommander/distinfo Thu Jan 3 09:49:19 2019 (r489150)
@@ -1,2 +1,3 @@
-SHA256 (mucommander-0_9_0.tar.gz) = 08fcb8c267ced8ee1585ddd6a26698b9d206656325f860c7b41017dfac2b56a5
-SIZE (mucommander-0_9_0.tar.gz) = 4271664
+TIMESTAMP = 1546507557
+SHA256 (mucommander-0.9.3.tar.gz) = 832c3e27129148afce1387d9d963f770a552b29623d8383b7ed7b6219aaa8244
+SIZE (mucommander-0.9.3.tar.gz) = 9318073
More information about the svn-ports-branches
mailing list