diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-07-10 22:52:05 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-07-10 22:52:05 +0800 |
commit | c93a8c23b7db9e8c3a4dfa1b139d18beb35c6962 (patch) | |
tree | 2ca375f9bda18ae8651b4fb3af031c4d75831422 /devel | |
parent | a6e015879dd3012a255617d8ad5a096b381a9993 (diff) | |
download | marcuscom-ports-c93a8c23b7db9e8c3a4dfa1b139d18beb35c6962.tar marcuscom-ports-c93a8c23b7db9e8c3a4dfa1b139d18beb35c6962.tar.gz marcuscom-ports-c93a8c23b7db9e8c3a4dfa1b139d18beb35c6962.tar.bz2 marcuscom-ports-c93a8c23b7db9e8c3a4dfa1b139d18beb35c6962.tar.lz marcuscom-ports-c93a8c23b7db9e8c3a4dfa1b139d18beb35c6962.tar.xz marcuscom-ports-c93a8c23b7db9e8c3a4dfa1b139d18beb35c6962.tar.zst marcuscom-ports-c93a8c23b7db9e8c3a4dfa1b139d18beb35c6962.zip |
Bump DISTVERSION to 4.6.7-1 to stay one ahead of ports
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9184 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r-- | devel/nspr/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/nspr/Makefile b/devel/nspr/Makefile index 5bbd83068..c2c3a4452 100644 --- a/devel/nspr/Makefile +++ b/devel/nspr/Makefile @@ -3,15 +3,16 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/devel/nspr/Makefile,v 1.1 2007/07/05 13:49:54 ahze Exp $ PORTNAME= nspr -DISTVERSION= 4.6.6-1 +DISTVERSION= 4.6.7-1 CATEGORIES= devel MASTER_SITES= LOCAL MASTER_SITE_SUBDIR= ahze #MASTER_SITES= ${MASTER_SITE_MOZILLA} #MASTER_SITE_SUBDIR= nspr/releases/v${PORTVERSION}/src +DISTNAME= ${PORTNAME}-4.6.6-1 MAINTAINER= gnome@FreeBSD.org COMMENT= A platform-neutral API for system level and libc like functions |