mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
Update to version 0.8
This commit is contained in:
parent
e2755f28eb
commit
76bf6e7a50
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121424
@ -5,20 +5,22 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= kheisereg
|
||||
PORTVERSION= 0.7
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 0.8
|
||||
CATEGORIES= german kde
|
||||
MASTER_SITES= http://www.gantz-edv.de/kheisereg/
|
||||
|
||||
MAINTAINER= markus@FreeBSD.org
|
||||
COMMENT= KDE utility to search within the Heise Register
|
||||
|
||||
EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-configure
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_KDEBASE_VER= 3
|
||||
GNU_CONFIGURE= yes
|
||||
USE_REINPLACE= yes
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-O2||g; s|-lpthread|${PTHREAD_LIBS}|g' \
|
||||
${WRKSRC}/${CONFIGURE_SCRIPT}
|
||||
@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
|
||||
@${REINPLACE_CMD} -e 's|/mnt|/cdrom|g' ${WRKSRC}/kheisereg/global.h
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (kheisereg-0.7.tar.gz) = 1d231574e8c732ab81766a56d901dcb4
|
||||
SIZE (kheisereg-0.7.tar.gz) = 598304
|
||||
MD5 (kheisereg-0.8.tar.bz2) = ed25205470809cfc05e464bb3e8ebccf
|
||||
SIZE (kheisereg-0.8.tar.bz2) = 453315
|
||||
|
@ -19,10 +19,14 @@ share/doc/HTML/en/kheisereg/index.docbook
|
||||
share/icons/hicolor/16x16/apps/kheisereg.png
|
||||
share/icons/hicolor/32x32/apps/kheisereg.png
|
||||
share/icons/hicolor/48x48/apps/kheisereg.png
|
||||
share/icons/locolor/16x16/apps/kheisereg.png
|
||||
share/icons/locolor/32x32/apps/kheisereg.png
|
||||
share/locale/de/LC_MESSAGES/kheisereg.mo
|
||||
@unexec rmdir %D/share/locale/de/LC_MESSAGES 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/de 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale 2>/dev/null || true
|
||||
@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/hicolor/48x48/apps 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/hicolor/48x48 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/hicolor/32x32/apps 2>/dev/null || true
|
||||
|
Loading…
Reference in New Issue
Block a user