diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-12-05 19:16:06 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-12-05 19:16:06 +0000 |
commit | a0e4799ea042407519931bd82b173bb79ac062a5 (patch) | |
tree | ca8e0f7740b7275ec01949dbf4fae95f22aa2307 /devel/pwlib | |
parent | 24a7b62e17b3d11b1e30b9af05e74868353e9615 (diff) |
Remove a locally untested upgrade which snuck in with the commit to
reset maintainer. Bump PORTEPOCH since this means the version will
go backwards.
Spotted by: roger
Pointy hat to: linimon
Notes
Notes:
svn path=/head/; revision=123260
Diffstat (limited to 'devel/pwlib')
-rw-r--r-- | devel/pwlib/Makefile | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/devel/pwlib/Makefile b/devel/pwlib/Makefile index 997af1d908c7..49c23996fffa 100644 --- a/devel/pwlib/Makefile +++ b/devel/pwlib/Makefile @@ -6,15 +6,16 @@ # PORTNAME= pwlib -PORTVERSION= 1.6.5 +PORTVERSION= 1.5.0 +PORTREVISION= 5 +PORTEPOCH= 1 CATEGORIES= devel -MASTER_SITES= http://www.gnomemeeting.org/admin/downloads/latest/sources/sources/ \ - http://www.gnomemeeting.org/downloads/1.0/sources/sources/ \ - http://www.openh323.org/bin/ \ - http://www.de.openh323.org/bin/ -DISTNAME= ${PORTNAME}-v${PORTVERSION:C/\./_/g}-src +MASTER_SITES= http://www.openh323.org/bin/ \ + http://www.de.openh323.org/bin/ \ + http://www.gnomemeeting.org/downloads/0.98.0/sources/ +DISTNAME= ${PORTNAME}_${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= roger@FreeBSD.org COMMENT= A cross platform C++ library, used by OpenH323 LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2 |