aboutsummaryrefslogtreecommitdiff
path: root/multimedia/subtitleeditor/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-01-17 19:03:58 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-01-17 19:03:58 +0000
commit0b47ce80ca181d8459fb7b3405583ec191fc3a30 (patch)
tree9e7bd4b6189f6a7e10b2cdab5f47202bfbc70b33 /multimedia/subtitleeditor/Makefile
parentb09ba05a10b28fed213e3a2c227441b609b0c8fe (diff)
downloadports-0b47ce80ca181d8459fb7b3405583ec191fc3a30.tar.gz
ports-0b47ce80ca181d8459fb7b3405583ec191fc3a30.zip
Notes
Diffstat (limited to 'multimedia/subtitleeditor/Makefile')
-rw-r--r--multimedia/subtitleeditor/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/subtitleeditor/Makefile b/multimedia/subtitleeditor/Makefile
index a41f808d4465..e19c3fbba878 100644
--- a/multimedia/subtitleeditor/Makefile
+++ b/multimedia/subtitleeditor/Makefile
@@ -6,9 +6,9 @@
#
PORTNAME= subtitleeditor
-PORTVERSION= 0.23.0
+PORTVERSION= 0.30.0
CATEGORIES= multimedia
-MASTER_SITES= http://download.gna.org/${PORTNAME}/0.23/
+MASTER_SITES= http://download.gna.org/${PORTNAME}/0.30/
MAINTAINER= pav@FreeBSD.org
COMMENT= Subtitle editor
@@ -34,6 +34,6 @@ MAN1= subtitleeditor.1
post-patch:
@${REINPLACE_CMD} -e '/test/s|==|=|g' ${WRKSRC}/configure
- @${REINPLACE_CMD} -e 's|strtoll|strtoq|g' ${WRKSRC}/src/formats/SubtitleASS.cc
+ @${REINPLACE_CMD} -e 's|strtoll|strtoq|g' ${WRKSRC}/plugins/subtitleformats/advancedsubstationalpha/advancedsubstationalpha.cc
.include <bsd.port.mk>