svn commit: r374721 - head/sysutils/hfsexplorer

Veniamin Gvozdikov vg at FreeBSD.org
Sun Dec 14 20:32:12 UTC 2014


Author: vg
Date: Sun Dec 14 20:32:10 2014
New Revision: 374721
URL: https://svnweb.freebsd.org/changeset/ports/374721
QAT: https://qat.redports.org/buildarchive/r374721/

Log:
  - Upgrade to 0.22.1
  - Changed positions my name and surname
  - Moved LICENSE to LICENSE section
  - Opportunity to build with Java 1.6+
  - Fix plist

Modified:
  head/sysutils/hfsexplorer/Makefile
  head/sysutils/hfsexplorer/pkg-descr
  head/sysutils/hfsexplorer/pkg-plist

Modified: head/sysutils/hfsexplorer/Makefile
==============================================================================
--- head/sysutils/hfsexplorer/Makefile	Sun Dec 14 20:03:28 2014	(r374720)
+++ head/sysutils/hfsexplorer/Makefile	Sun Dec 14 20:32:10 2014	(r374721)
@@ -1,9 +1,8 @@
-# Created by: Gvozdikov Veniamin <g.veniamin at googlemail.com>
+# Created by: Veniamin Gvozdikov <vg at FreeBSD.org>
 # $FreeBSD$
 
 PORTNAME=	hfsexplorer
-PORTVERSION=	0.21
-PORTREVISION=	1
+PORTVERSION=	0.22.1
 CATEGORIES=	sysutils java
 MASTER_SITES=	SF/catacombae/HFSExplorer/${PORTVERSION}/
 DISTNAME=	${PORTNAME}-0_21-src
@@ -11,18 +10,19 @@ DISTNAME=	${PORTNAME}-0_21-src
 MAINTAINER=	vg at FreeBSD.org
 COMMENT=	HFSExplorer read Mac-formatted harddisks and disk images
 
-BUILD_DEPENDS=	ant:${PORTSDIR}/devel/apache-ant
-
 LICENSE=	GPLv3
 
+BUILD_DEPENDS=	ant:${PORTSDIR}/devel/apache-ant
+
 DESKTOP_ENTRIES="hfsexplorer" "reader Mac-formatted harddisk" \
 		"${DATADIR}/res/icon.png" "${PORTNAME}" \
 		"System;Utility;Java;" false
 
 USES=		zip
 USE_JAVA=	yes
-JAVA_VERSION=	1.6
+JAVA_VERSION=	1.6+
 OPTIONS_DEFINE= DOCS
+NO_ARCH=	yes
 WRKSRC=		${WRKDIR}
 
 .include <bsd.port.options.mk>

Modified: head/sysutils/hfsexplorer/pkg-descr
==============================================================================
--- head/sysutils/hfsexplorer/pkg-descr	Sun Dec 14 20:03:28 2014	(r374720)
+++ head/sysutils/hfsexplorer/pkg-descr	Sun Dec 14 20:32:10 2014	(r374721)
@@ -10,4 +10,4 @@ HFSExplorer can also read most .dmg disk
 partition schemes Master Boot Record, GUID Partition Table and Apple Partition
 Map natively.
 
-WWW:	http://www.catacombae.org/hfsx.html
+WWW: http://www.catacombae.org/hfsx.html

Modified: head/sysutils/hfsexplorer/pkg-plist
==============================================================================
--- head/sysutils/hfsexplorer/pkg-plist	Sun Dec 14 20:03:28 2014	(r374720)
+++ head/sysutils/hfsexplorer/pkg-plist	Sun Dec 14 20:32:10 2014	(r374721)
@@ -13,3 +13,9 @@ bin/unhfs.sh
 %%PORTDOCS%%%%DOCSDIR%%/html/index.html
 %%PORTDOCS%%%%DOCSDIR%%/html/troubleshooting.html
 %%PORTDOCS%%%%DOCSDIR%%/html/usage.html
+ at dir %%DATADIR%%/res
+ at dir %%DATADIR%%/lib
+ at dir %%DATADIR%%
+%%PORTDOCS%%@dir %%DOCSDIR%%/html/img
+%%PORTDOCS%%@dir %%DOCSDIR%%/html
+%%PORTDOCS%%@dir %%DOCSDIR%%


More information about the svn-ports-head mailing list