svn commit: r534265 - head/ftp/dmachine
Hiroki Tagato
tagattie at FreeBSD.org
Thu May 7 11:55:24 UTC 2020
Author: tagattie
Date: Thu May 7 11:55:23 2020
New Revision: 534265
URL: https://svnweb.freebsd.org/changeset/ports/534265
Log:
- Update to 0.25
- Pass maintainership to submitter
- Make portlint and portclippy happy
PR: 246257
Submitted by: Radim Kolar <hsn at sendmail.cz>
Approved by: ehaupt (mentor)
Changelog: https://sourceforge.net/p/dmachine/code/ci/master/tree/NEWS
Modified:
head/ftp/dmachine/Makefile
head/ftp/dmachine/distinfo
head/ftp/dmachine/pkg-plist
Modified: head/ftp/dmachine/Makefile
==============================================================================
--- head/ftp/dmachine/Makefile Thu May 7 11:54:47 2020 (r534264)
+++ head/ftp/dmachine/Makefile Thu May 7 11:55:23 2020 (r534265)
@@ -2,29 +2,33 @@
# $FreeBSD$
PORTNAME= dmachine
-PORTVERSION= 0.24
+PORTVERSION= 0.25
CATEGORIES= ftp java
MASTER_SITES= SF
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= hsn at sendmail.cz
COMMENT= Non interactive, non graphical, batch download manager
LICENSE= GPLv2
+USES= zip
USE_JAVA= yes
-NO_BUILD= yes
+
NO_ARCH= yes
+NO_BUILD= yes
SUB_FILES= dmachine.sh
+NO_WRKSUBDIR= yes
+
OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/dmachine.sh ${STAGEDIR}${PREFIX}/bin/dmachine
- ${INSTALL_DATA} ${WRKSRC}/dmachine-${PORTVERSION}.jar ${STAGEDIR}${PREFIX}/share/java/classes/dmachine.jar
+ ${INSTALL_DATA} ${WRKSRC}/dmachine.jar ${STAGEDIR}${PREFIX}/share/java/classes/dmachine.jar
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README.txt ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/NEWS ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/dmachine.cnf ${STAGEDIR}${DOCSDIR}
Modified: head/ftp/dmachine/distinfo
==============================================================================
--- head/ftp/dmachine/distinfo Thu May 7 11:54:47 2020 (r534264)
+++ head/ftp/dmachine/distinfo Thu May 7 11:55:23 2020 (r534265)
@@ -1,2 +1,3 @@
-SHA256 (dmachine-0.24.tar.gz) = 7f8fe7c03eba74e9627cf97e09d822b8b768ad20279cfdd0390c7b1b53d2d899
-SIZE (dmachine-0.24.tar.gz) = 84614
+TIMESTAMP = 1588774342
+SHA256 (dmachine-0.25.zip) = 89c450e1976e175b50f2a827d0ff49bbb9c073ebca0355fdba3da3f05da15a33
+SIZE (dmachine-0.25.zip) = 88576
Modified: head/ftp/dmachine/pkg-plist
==============================================================================
--- head/ftp/dmachine/pkg-plist Thu May 7 11:54:47 2020 (r534264)
+++ head/ftp/dmachine/pkg-plist Thu May 7 11:55:23 2020 (r534265)
@@ -1,5 +1,5 @@
bin/dmachine
share/java/classes/dmachine.jar
-%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%%%DOCSDIR%%/README.txt
%%PORTDOCS%%%%DOCSDIR%%/NEWS
%%PORTDOCS%%%%DOCSDIR%%/dmachine.cnf
More information about the svn-ports-all
mailing list