Date: Sat, 24 Sep 2016 14:30:58 +0000 (UTC) From: Bartek Rutkowski <robak@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422727 - head/sysutils/desktop-installer Message-ID: <201609241430.u8OEUwVW017837@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: robak Date: Sat Sep 24 14:30:58 2016 New Revision: 422727 URL: https://svnweb.freebsd.org/changeset/ports/422727 Log: sysutils/desktop-installer: update 0.5.1 -> 0.5.2 PR: 212891 Submitted by: Jason Bacon <bacon4000@gmail.com> (maintainer) Modified: head/sysutils/desktop-installer/Makefile head/sysutils/desktop-installer/distinfo Modified: head/sysutils/desktop-installer/Makefile ============================================================================== --- head/sysutils/desktop-installer/Makefile Sat Sep 24 14:26:56 2016 (r422726) +++ head/sysutils/desktop-installer/Makefile Sat Sep 24 14:30:58 2016 (r422727) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= desktop-installer -PORTVERSION= 0.5.1 +PORTVERSION= 0.5.2 CATEGORIES= sysutils MASTER_SITES= http://acadix.biz/Ports/distfiles/ @@ -11,7 +11,7 @@ COMMENT= Quickly configure a FreeBSD des LICENSE= BSD2CLAUSE -RUN_DEPENDS= auto-admin>=0.3.7:sysutils/auto-admin +RUN_DEPENDS= auto-admin>=0.3.8:sysutils/auto-admin USES= tar:xz @@ -23,7 +23,7 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/Doc/${PORTNAME}.man \ ${STAGEDIR}${PREFIX}/man/man1/${PORTNAME}.1 ${MKDIR} ${STAGEDIR}${DATADIR} - ${CP} -r ${WRKSRC}/Data/* ${STAGEDIR}${DATADIR} + cd ${WRKSRC}/Data && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} ${MKDIR} ${STAGEDIR}${DATADIR}/Scripts ${INSTALL_SCRIPT} ${WRKSRC}/Scripts/* ${STAGEDIR}${DATADIR}/Scripts Modified: head/sysutils/desktop-installer/distinfo ============================================================================== --- head/sysutils/desktop-installer/distinfo Sat Sep 24 14:26:56 2016 (r422726) +++ head/sysutils/desktop-installer/distinfo Sat Sep 24 14:30:58 2016 (r422727) @@ -1,2 +1,3 @@ -SHA256 (desktop-installer-0.5.1.tar.xz) = f485fbc2e5d7716abade563b8948e62f13e2fb3fffcee02c449e63d9a8b8f52c -SIZE (desktop-installer-0.5.1.tar.xz) = 169060 +TIMESTAMP = 1474495238 +SHA256 (desktop-installer-0.5.2.tar.xz) = 81a868c5cf2b1887007345adc800ee4ff499cf2561b847710a03e91c815efafc +SIZE (desktop-installer-0.5.2.tar.xz) = 169472
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609241430.u8OEUwVW017837>