summaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2003-12-05 07:37:15 +0000
committerlinimon <linimon@FreeBSD.org>2003-12-05 07:37:15 +0000
commitf6243f15293cd7f4a3baf6b1168cff6bd369dfc3 (patch)
treec1efe65430940fd26a4a7e4209b9ab8b05d6b88b /multimedia
parent55d2dad75dc7e0941047c8e349b8d344acd509be (diff)
downloadFreeBSD-ports-f6243f15293cd7f4a3baf6b1168cff6bd369dfc3.zip
FreeBSD-ports-f6243f15293cd7f4a3baf6b1168cff6bd369dfc3.tar.gz
Update to 0.2 (> 0.13): greater functionality and huge number of
bugfixes, see ChangeLog for details. PR: ports/59864 Submitted by: Markus Brueffer <brueffer@phoenix-systems.de> Committed on behalf of lioux@, who is having machine problems.
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/ksubeditor/Makefile19
-rw-r--r--multimedia/ksubeditor/distinfo2
-rw-r--r--multimedia/ksubeditor/pkg-plist13
3 files changed, 24 insertions, 10 deletions
diff --git a/multimedia/ksubeditor/Makefile b/multimedia/ksubeditor/Makefile
index 8111d18..be0cffe 100644
--- a/multimedia/ksubeditor/Makefile
+++ b/multimedia/ksubeditor/Makefile
@@ -6,20 +6,29 @@
#
PORTNAME= KSubeditor
-PORTVERSION= 0.13.r1
+PORTVERSION= 0.2
+PORTEPOCH= 1
CATEGORIES= multimedia kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME:L}
-DISTNAME= ${PORTNAME:L}-${PORTVERSION:R}${PORTVERSION:E:S/^r/rc/}
+DISTNAME= ${PORTNAME:L}-${PORTVERSION}
MAINTAINER= lioux@FreeBSD.org
COMMENT= A video subtitle editor for KDE
-WRKSRC= ${WRKDIR}/${PORTNAME:L}-${PORTVERSION:R}
+WRKSRC= ${WRKDIR}/${PORTNAME:L}-${PORTVERSION}
USE_KDELIBS_VER= 3
USE_GMAKE= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --program-transform-name=''
+USE_REINPLACE= yes
-.include <bsd.port.mk>
+post-extract:
+ @${TOUCH} ${WRKSRC}/stamp-h.in
+
+post-patch:
+ @${REINPLACE_CMD} -e 's/-O2//g' ${WRKSRC}/${CONFIGURE_SCRIPT}
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/x11/kde3/Makefile.kde"
+.include <bsd.port.post.mk>
diff --git a/multimedia/ksubeditor/distinfo b/multimedia/ksubeditor/distinfo
index e2e7e3a..438c94e 100644
--- a/multimedia/ksubeditor/distinfo
+++ b/multimedia/ksubeditor/distinfo
@@ -1 +1 @@
-MD5 (ksubeditor-0.13rc1.tar.gz) = 238abcc21f949bd9f636ad90b822b277
+MD5 (ksubeditor-0.2.tar.gz) = ddfb1c2ad888127835df09e5479b438d
diff --git a/multimedia/ksubeditor/pkg-plist b/multimedia/ksubeditor/pkg-plist
index 7571b68..bf76ba5 100644
--- a/multimedia/ksubeditor/pkg-plist
+++ b/multimedia/ksubeditor/pkg-plist
@@ -1,10 +1,15 @@
bin/ksubeditor
share/applnk/Applications/ksubeditor.desktop
share/apps/ksubeditor/ksubeditorui.rc
-share/doc/HTML/en/ksubeditor/common
-share/doc/HTML/en/ksubeditor/index.cache.bz2
-share/doc/HTML/en/ksubeditor/index.docbook
share/icons/locolor/16x16/apps/ksubeditor.png
share/icons/locolor/32x32/apps/ksubeditor.png
-@dirrm share/doc/HTML/en/ksubeditor
+@unexec rmdir %D/share/icons/locolor/32x32/apps 2>/dev/null || true
+@unexec rmdir %D/share/icons/locolor/32x32 2>/dev/null || true
+@unexec rmdir %D/share/icons/locolor/16x16/apps 2>/dev/null || true
+@unexec rmdir %D/share/icons/locolor/16x16 2>/dev/null || true
+@unexec rmdir %D/share/icons/locolor 2>/dev/null || true
+@unexec rmdir %D/share/icons 2>/dev/null || true
@dirrm share/apps/ksubeditor
+@unexec rmdir %D/share/apps 2>/dev/null || true
+@unexec rmdir %D/share/applnk/Applications 2>/dev/null || true
+@unexec rmdir %D/share/applnk 2>/dev/null || true
OpenPOWER on IntegriCloud