diff options
author | Carlo Strub <cs@FreeBSD.org> | 2012-06-17 13:37:23 +0000 |
---|---|---|
committer | Carlo Strub <cs@FreeBSD.org> | 2012-06-17 13:37:23 +0000 |
commit | 3a9e71a0b30b472c1a12f8e740e82db5ee7f41c0 (patch) | |
tree | 5d8f2c77b3bcaee31f2c256aa1078071a4334aaa /devel | |
parent | 8fbb44c835e8278fca2004dae9e26a07378002a2 (diff) | |
download | ports-3a9e71a0b30b472c1a12f8e740e82db5ee7f41c0.tar.gz ports-3a9e71a0b30b472c1a12f8e740e82db5ee7f41c0.zip |
Rename devel/bazaar to devel/baz and bump portrevision on dependant ports
Notes
Notes:
svn path=/head/; revision=299459
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 2 | ||||
-rw-r--r-- | devel/baz/Makefile | 4 | ||||
-rw-r--r-- | devel/pybaz/Makefile | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/devel/Makefile b/devel/Makefile index 021803d413bb..6e7ff87384fd 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -96,7 +96,7 @@ SUBDIR += avr-libc SUBDIR += avra SUBDIR += avrdude - SUBDIR += bazaar + SUBDIR += baz SUBDIR += bazaar-ng SUBDIR += bcc SUBDIR += bcpp diff --git a/devel/baz/Makefile b/devel/baz/Makefile index a4164c28647f..a6d8ff897e83 100644 --- a/devel/baz/Makefile +++ b/devel/baz/Makefile @@ -1,11 +1,11 @@ -# Ports collection makefile for: bazaar +# Ports collection makefile for: baz # Date created: 11 October 2005 # Whom: Ulf Lilleengen # # $FreeBSD$ # -PORTNAME= bazaar +PORTNAME= baz PORTVERSION= 1.4.2 PORTREVISION= 12 CATEGORIES= devel diff --git a/devel/pybaz/Makefile b/devel/pybaz/Makefile index 4a4bd0b29846..8b9503f926e9 100644 --- a/devel/pybaz/Makefile +++ b/devel/pybaz/Makefile @@ -7,7 +7,7 @@ PORTNAME= pybaz PORTVERSION= 1.5.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= http://code.aaronbentley.com/pybaz/releases/ @@ -19,6 +19,6 @@ USE_PYDISTUTILS= yes PLIST_SUB+= PYTHON_SITELIB=${PYTHON_SITELIBDIR:S|^${LOCALBASE}/||} -RUN_DEPENDS= baz:${PORTSDIR}/devel/bazaar +RUN_DEPENDS= baz:${PORTSDIR}/devel/baz .include <bsd.port.mk> |