svn commit: r399922 - head/lang/parrot

Mathieu Arnold mat at FreeBSD.org
Wed Oct 21 15:01:58 UTC 2015


Author: mat
Date: Wed Oct 21 15:01:57 2015
New Revision: 399922
URL: https://svnweb.freebsd.org/changeset/ports/399922

Log:
  Update to 7.9.0.
  
  Sponsored by:	Absolight

Modified:
  head/lang/parrot/Makefile
  head/lang/parrot/distinfo

Modified: head/lang/parrot/Makefile
==============================================================================
--- head/lang/parrot/Makefile	Wed Oct 21 14:43:29 2015	(r399921)
+++ head/lang/parrot/Makefile	Wed Oct 21 15:01:57 2015	(r399922)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	parrot
-PORTVERSION=	7.6.0
-PORTREVISION=	1
+PORTVERSION=	7.9.0
 CATEGORIES=	lang
 MASTER_SITES=	ftp://ftp.parrot.org/pub/parrot/releases/supported/${PORTVERSION}/ \
 		LOCAL/sunpoet
@@ -32,6 +31,7 @@ CONFIGURE_ARGS=	--cc=${CC} --cxx=${CXX} 
 		--yacc=${LOCALBASE}/bin/bison
 CONFIGURE_SCRIPT=	Configure.pl
 INSTALL_TARGET=	install-dev
+TEST_TARGET=	test
 MAKE_JOBS_UNSAFE=	yes
 USE_LDCONFIG=	yes
 USES=		bison gmake perl5 shebangfix tar:bzip2

Modified: head/lang/parrot/distinfo
==============================================================================
--- head/lang/parrot/distinfo	Wed Oct 21 14:43:29 2015	(r399921)
+++ head/lang/parrot/distinfo	Wed Oct 21 15:01:57 2015	(r399922)
@@ -1,2 +1,2 @@
-SHA256 (parrot-7.6.0.tar.bz2) = 9a7920d69e20690002ba580ac0f57856583a7ffed7226bc43b95a3e5efe3e754
-SIZE (parrot-7.6.0.tar.bz2) = 4490944
+SHA256 (parrot-7.9.0.tar.bz2) = 7c9627666ec51d7e997e582f56b0903d2220bf99dd0f4fd40aae29b462dfbe8a
+SIZE (parrot-7.9.0.tar.bz2) = 4498954


More information about the svn-ports-head mailing list