diff --git a/sysutils/hfsexplorer/Makefile b/sysutils/hfsexplorer/Makefile index 1abb8bb12d99..1cb558c55d8a 100644 --- a/sysutils/hfsexplorer/Makefile +++ b/sysutils/hfsexplorer/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= hfsexplorer -PORTVERSION= 0.23 DISTVERSIONPREFIX= ${PORTNAME}- +DISTVERSION= 0.23.1 CATEGORIES= sysutils java MAINTAINER= ports@FreeBSD.org @@ -19,12 +19,12 @@ DESKTOP_ENTRIES="hfsexplorer" "reader Mac-formatted harddisk" \ USE_GITHUB= yes GH_ACCOUNT= unsound - USE_JAVA= yes JAVA_VERSION= 1.6+ -OPTIONS_DEFINE= DOCS NO_ARCH= yes +OPTIONS_DEFINE= DOCS + do-configure: @cd ${WRKSRC}/dist/bin && ${REINPLACE_CMD} -e 's|BASEDIR=".*"|BASEDIR="${DATADIR}/lib"|g' \ hfsx.sh resview.sh unhfs.sh @@ -38,14 +38,13 @@ do-install: @${MKDIR} ${STAGEDIR}${DATADIR}/lib @${MKDIR} ${STAGEDIR}${DATADIR}/res .for f in hfsx.sh resview.sh unhfs.sh - @cd ${WRKSRC} && ${INSTALL_SCRIPT} dist/bin/${f} ${STAGEDIR}${PREFIX}/bin + cd ${WRKSRC} && ${INSTALL_SCRIPT} dist/bin/${f} ${STAGEDIR}${PREFIX}/bin .endfor - @cd ${WRKSRC} && ${INSTALL_SCRIPT} dist/bin/hfsexplorer.sh ${STAGEDIR}${PREFIX}/bin/${PORTNAME} - @cd ${WRKSRC} && ${INSTALL_DATA} dist/lib/*.jar ${STAGEDIR}${DATADIR}/lib - @cd ${WRKSRC} && ${INSTALL_DATA} dist/res/icon.png ${STAGEDIR}${DATADIR}/res + cd ${WRKSRC} && ${INSTALL_SCRIPT} dist/bin/hfsexplorer.sh ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + cd ${WRKSRC} && ${INSTALL_DATA} dist/lib/*.jar ${STAGEDIR}${DATADIR}/lib + cd ${WRKSRC} && ${INSTALL_DATA} dist/res/icon.png ${STAGEDIR}${DATADIR}/res do-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - @cd ${WRKSRC}/dist/doc && ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR}/ + cd ${WRKSRC}/dist/doc && ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR}/ .include diff --git a/sysutils/hfsexplorer/distinfo b/sysutils/hfsexplorer/distinfo index e6bfb101a080..3e0027e997d1 100644 --- a/sysutils/hfsexplorer/distinfo +++ b/sysutils/hfsexplorer/distinfo @@ -1,2 +1,3 @@ -SHA256 (unsound-hfsexplorer-hfsexplorer-0.23_GH0.tar.gz) = 0fe0278114be05500b5c3d8334f7609f8b727f64d55b5b02158cfbb9ec0c5130 -SIZE (unsound-hfsexplorer-hfsexplorer-0.23_GH0.tar.gz) = 1143663 +TIMESTAMP = 1519522794 +SHA256 (unsound-hfsexplorer-hfsexplorer-0.23.1_GH0.tar.gz) = dd271dc105476a18ad5e936faa38a4854ceecf3b1f825256cf65dcbda310f4ea +SIZE (unsound-hfsexplorer-hfsexplorer-0.23.1_GH0.tar.gz) = 1173798 diff --git a/sysutils/hfsexplorer/pkg-descr b/sysutils/hfsexplorer/pkg-descr index 3845bcdf8f04..2b5e1e77f3bc 100644 --- a/sysutils/hfsexplorer/pkg-descr +++ b/sysutils/hfsexplorer/pkg-descr @@ -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/hfsexplorer/ diff --git a/sysutils/hfsexplorer/pkg-plist b/sysutils/hfsexplorer/pkg-plist index efa7cb77ac0e..1815f3058998 100644 --- a/sysutils/hfsexplorer/pkg-plist +++ b/sysutils/hfsexplorer/pkg-plist @@ -7,7 +7,7 @@ bin/unhfs.sh %%DATADIR%%/lib/hfsx.jar %%DATADIR%%/lib/hfsx_dmglib.jar %%DATADIR%%/lib/iharder-base64.jar -%%DATADIR%%/lib/swing-layout-1.0.3.jar +%%DATADIR%%/lib/swing-layout-1.0.4.jar %%DATADIR%%/res/icon.png %%PORTDOCS%%%%DOCSDIR%%/html/img/HFSExplorer_logo.png %%PORTDOCS%%%%DOCSDIR%%/html/index.html