diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-18 23:09:07 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-18 23:09:07 +0000 |
commit | 2ed39f40cb41cc6764c2c921693386154414cc88 (patch) | |
tree | ad7c39da51b49efe798d391589a3e0dbdee5aa47 /lang/parrot | |
parent | 8f0494917658b439b8e8ecae0f6b71c1defa141f (diff) |
Chase icu, graphite2 and libexttextcat bump
Notes
Notes:
svn path=/head/; revision=309206
Diffstat (limited to 'lang/parrot')
-rw-r--r-- | lang/parrot/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile index 953190d3bf86..732b332019c3 100644 --- a/lang/parrot/Makefile +++ b/lang/parrot/Makefile @@ -1,12 +1,9 @@ -# New ports collection makefile for: parrot -# Date created: 15 April 2005 -# Whom: Sergey Skvortsov <skv@protey.ru> -# +# Created by: Sergey Skvortsov <skv@protey.ru> # $FreeBSD$ -# PORTNAME= parrot PORTVERSION= ${PARROT_VERSION} +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= ftp://ftp.parrot.org/pub/parrot/releases/stable/${PORTVERSION}/ |