Date: Mon, 19 Sep 2016 13:01:11 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422433 - head/astro/xphoon Message-ID: <201609191301.u8JD1BVw060887@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon Sep 19 13:01:11 2016 New Revision: 422433 URL: https://svnweb.freebsd.org/changeset/ports/422433 Log: - Fix versioning, simplify the port - Add TIMESTAMP Modified: head/astro/xphoon/Makefile head/astro/xphoon/distinfo Modified: head/astro/xphoon/Makefile ============================================================================== --- head/astro/xphoon/Makefile Mon Sep 19 12:48:30 2016 (r422432) +++ head/astro/xphoon/Makefile Mon Sep 19 13:01:11 2016 (r422433) @@ -2,11 +2,9 @@ # $FreeBSD$ PORTNAME= xphoon -PORTVERSION= 2000.06.13 -PORTREVISION= 2 +PORTVERSION= 20000613 CATEGORIES= astro -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/20000613 -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} +MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Set the root window to the moon in its current phase Modified: head/astro/xphoon/distinfo ============================================================================== --- head/astro/xphoon/distinfo Mon Sep 19 12:48:30 2016 (r422432) +++ head/astro/xphoon/distinfo Mon Sep 19 13:01:11 2016 (r422433) @@ -1,2 +1,3 @@ +TIMESTAMP = 1474289293 SHA256 (xphoon-20000613.tar.gz) = 84617b4d11789e9b89cf3bf4b09a593593fdd36c76b10d6690860e66f958c747 SIZE (xphoon-20000613.tar.gz) = 90463
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609191301.u8JD1BVw060887>