From f0ef8d6219afdaaa13d53806649eb415045e2bc3 Mon Sep 17 00:00:00 2001 From: roger Date: Sat, 19 Oct 2002 13:44:36 +0000 Subject: Rename to comply with porters handbook. --- audio/speex-devel/Makefile | 4 ++-- audio/speex/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/audio/speex-devel/Makefile b/audio/speex-devel/Makefile index 272688702f4e..aa64feb74225 100644 --- a/audio/speex-devel/Makefile +++ b/audio/speex-devel/Makefile @@ -7,11 +7,11 @@ # PORTNAME= speex -PORTVERSION= 1.0beta1 +PORTVERSION= 1.0.b1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= Speex-${PORTVERSION} +DISTNAME= Speex-${PORTVERSION:S/.b/beta/} MAINTAINER= ports@FreeBSD.org diff --git a/audio/speex/Makefile b/audio/speex/Makefile index 272688702f4e..aa64feb74225 100644 --- a/audio/speex/Makefile +++ b/audio/speex/Makefile @@ -7,11 +7,11 @@ # PORTNAME= speex -PORTVERSION= 1.0beta1 +PORTVERSION= 1.0.b1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= Speex-${PORTVERSION} +DISTNAME= Speex-${PORTVERSION:S/.b/beta/} MAINTAINER= ports@FreeBSD.org -- cgit