diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2005-06-24 11:18:56 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2005-06-24 11:18:56 +0000 |
commit | ae52e2a6c1bc5f42954e2aed7b862297df350529 (patch) | |
tree | 213cdcbec66fce829f0d4c2409d785dee4cbaef1 /audio/ccaudio2 | |
parent | Update to 1.3.12 (diff) |
Chase commoncpp update and bump PORTREVISION for these ports.
As result of
PR: ports/82565
Notes
Notes:
svn path=/head/; revision=137972
Diffstat (limited to 'audio/ccaudio2')
-rw-r--r-- | audio/ccaudio2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/ccaudio2/Makefile b/audio/ccaudio2/Makefile index d8c3c90b824c..91c3b8ebd6dd 100644 --- a/audio/ccaudio2/Makefile +++ b/audio/ccaudio2/Makefile @@ -7,6 +7,7 @@ PORTNAME= ccaudio PORTVERSION= 1.1.3 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gnutelephony @@ -14,7 +15,7 @@ MASTER_SITE_SUBDIR= gnutelephony MAINTAINER= ports@FreeBSD.org COMMENT= C++ class framework for manipulating audio files -LIB_DEPENDS= ccgnu2-1.2.1:${PORTSDIR}/devel/commoncpp +LIB_DEPENDS= ccgnu2-1.3.1:${PORTSDIR}/devel/commoncpp USE_GNOME= gnometarget USE_REINPLACE= yes |