summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2003-12-05 07:37:15 +0000
committerMark Linimon <linimon@FreeBSD.org>2003-12-05 07:37:15 +0000
commitab14d1d247b167922a7d1c8634013edd1c637044 (patch)
tree04b453269323f0c2de071354185101e41ca3cbf0 /multimedia
parentUpdate to 0.6.1. New translations, updated documentation, large number (diff)
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.
Notes
Notes: svn path=/head/; revision=95109
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 8111d180466c..be0cffed7a90 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 e2e7e3aee9fd..438c94e80608 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 7571b68e227b..bf76ba58bbed 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