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.
This commit is contained in:
Mark Linimon 2003-12-05 07:37:15 +00:00
parent 8d2c48061f
commit ab14d1d247
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95109
3 changed files with 24 additions and 10 deletions

View File

@ -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>

View File

@ -1 +1 @@
MD5 (ksubeditor-0.13rc1.tar.gz) = 238abcc21f949bd9f636ad90b822b277
MD5 (ksubeditor-0.2.tar.gz) = ddfb1c2ad888127835df09e5479b438d

View File

@ -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