- 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
This commit is contained in:
parent
dff12756e5
commit
3259fa3c9e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=374721
3 changed files with 13 additions and 7 deletions
|
@ -1,9 +1,8 @@
|
|||
# Created by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
|
||||
# Created by: Veniamin Gvozdikov <vg@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@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>
|
||||
|
|
|
@ -10,4 +10,4 @@ HFSExplorer can also read most .dmg disk images created on a Mac, including zlib
|
|||
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
|
||||
|
|
|
@ -13,3 +13,9 @@ bin/unhfs.sh
|
|||
%%PORTDOCS%%%%DOCSDIR%%/html/index.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/troubleshooting.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/usage.html
|
||||
@dir %%DATADIR%%/res
|
||||
@dir %%DATADIR%%/lib
|
||||
@dir %%DATADIR%%
|
||||
%%PORTDOCS%%@dir %%DOCSDIR%%/html/img
|
||||
%%PORTDOCS%%@dir %%DOCSDIR%%/html
|
||||
%%PORTDOCS%%@dir %%DOCSDIR%%
|
||||
|
|
Loading…
Reference in a new issue