Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 May 2019 05:48:23 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r502767 - head/astro/py-astropy
Message-ID:  <201905270548.x4R5mNDO027110@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon May 27 05:48:23 2019
New Revision: 502767
URL: https://svnweb.freebsd.org/changeset/ports/502767

Log:
  Fix typo

Modified:
  head/astro/py-astropy/Makefile

Modified: head/astro/py-astropy/Makefile
==============================================================================
--- head/astro/py-astropy/Makefile	Mon May 27 05:43:06 2019	(r502766)
+++ head/astro/py-astropy/Makefile	Mon May 27 05:48:23 2019	(r502767)
@@ -2,9 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	astropy
-PORTVERSION=	1.1.2
+PORTVERSION=	1.1.2 # Do not update without testing ports depending on this one
 PORTREVISION=	2
-PORTEPOCH=	2 # Do not update without testing ports dedenping on this one
+PORTEPOCH=	2
 CATEGORIES=	astro
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905270548.x4R5mNDO027110>