From ab14d1d247b167922a7d1c8634013edd1c637044 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Fri, 5 Dec 2003 07:37:15 +0000 Subject: Update to 0.2 (> 0.13): greater functionality and huge number of bugfixes, see ChangeLog for details. PR: ports/59864 Submitted by: Markus Brueffer Committed on behalf of lioux@, who is having machine problems. --- multimedia/ksubeditor/Makefile | 19 ++++++++++++++----- multimedia/ksubeditor/distinfo | 2 +- multimedia/ksubeditor/pkg-plist | 13 +++++++++---- 3 files changed, 24 insertions(+), 10 deletions(-) (limited to 'multimedia') 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 +post-extract: + @${TOUCH} ${WRKSRC}/stamp-h.in + +post-patch: + @${REINPLACE_CMD} -e 's/-O2//g' ${WRKSRC}/${CONFIGURE_SCRIPT} + +.include +.include "${PORTSDIR}/x11/kde3/Makefile.kde" +.include 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 -- cgit v1.2.3