Skip to content

Commit

Permalink
- Update to 1.3
Browse files Browse the repository at this point in the history
- Trim Makefile headers
- Pass maintainership to submitter
- Convert to optionsNG

PR:		181582
Submitted by:	Hung-Yi Chen <gaod@hychen.org>
  • Loading branch information
wenheping committed Aug 27, 2013
1 parent 90edb6d commit 961b979
Show file tree
Hide file tree
Showing 4 changed files with 404 additions and 215 deletions.
24 changes: 10 additions & 14 deletions devel/py-babel/Makefile
@@ -1,28 +1,24 @@
# New ports collection makefile for: py-babel
# Date created: 7 July 2007
# Whom: Dryice Liu <dryice@dryice.name>
#
# Created by: Dryice Liu<dryice@dryice.name>
# $FreeBSD$
#

PORTNAME= Babel
PORTVERSION= 0.9.6
PORTVERSION= 1.3
CATEGORIES= devel python
MASTER_SITES= http://ftp.edgewall.com/pub/babel/
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= wen@FreeBSD.org
COMMENT= A collection of tools for internationalizing Python applications
MAINTAINER= gaod@hychen.org
COMMENT= Collection of tools for internationalizing Python applications

USE_PYTHON= 2.5-2.7
USE_PYTHON= 2.7+
USE_PYDISTUTILS= easy_install

.if !defined(NOPORTDOCS)
PORTDOCS= doc/*
.endif
PORTDOCS= docs/*

.include <bsd.port.options.mk>

post-install:
.if !defined(NOPORTDOCS)
.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}
.for docfile in ${PORTDOCS}
${CP} -r ${WRKSRC}/${docfile} ${DOCSDIR}
Expand Down
4 changes: 2 additions & 2 deletions devel/py-babel/distinfo
@@ -1,2 +1,2 @@
SHA256 (Babel-0.9.6.tar.gz) = 4a3a085ecf1fcd2736573538ffa114f1f4331b3bbbdd69381e6e172c49c9750f
SIZE (Babel-0.9.6.tar.gz) = 1820835
SHA256 (Babel-1.3.tar.gz) = 9f02d0357184de1f093c10012b52e7454a1008be6a5c185ab7a3307aceb1d12e
SIZE (Babel-1.3.tar.gz) = 3401237
2 changes: 1 addition & 1 deletion devel/py-babel/pkg-descr
Expand Up @@ -6,4 +6,4 @@ Babel is composed of two major parts:
providing access to various locale display names, localized
number and date formatting, etc.

WWW: http://babel.edgewall.org/
WWW: http://babel.edgewall.org/

0 comments on commit 961b979

Please sign in to comment.