upgrade to 0.6.0

PR:		45454
Submitted by:	Ports Fury
This commit is contained in:
Ying-Chieh Liao 2002-11-20 13:23:28 +00:00
parent da3815cb3b
commit 0184afc5c1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70591
3 changed files with 13 additions and 11 deletions

View File

@ -7,7 +7,7 @@
#
PORTNAME= viewklass
PORTVERSION= 0.5.2
PORTVERSION= 0.6.0
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -15,17 +15,16 @@ DISTNAME= ViewKlass-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
USE_REINPLACE= yes
BUILD_DEPENDS= xmkmf:${PORTSDIR}/devel/imake
USE_X_PREFIX= yes
USE_MOTIF= yes
USE_REINPLACE= yes
GNU_CONFIGURE= yes
post-patch:
@${REINPLACE_CMD} -e "s/^CFLAGS=/CFLAGS+=/g ; s/^CXXFLAGS=/CXXFLAGS+=/g ; \
s/-g -Wall//g" ${WRKSRC}/Makefile.in
post-install:
.for file in libvk.a libvkhelp.a
@${STRIP_CMD} ${PREFIX}/lib/${file}
.endfor
@${REINPLACE_CMD} -e 's/^CFLAGS=/CFLAGS+=/g ; \
s/^CXXFLAGS=/CXXFLAGS+=/g ; \
s/-g -Wall//g' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (ViewKlass-0.5.2.tar.gz) = 9cb60f02db6e502b36d13ce641d49631
MD5 (ViewKlass-0.6.0.tar.gz) = 90395d31bda325f312d645c1ffaec48b

View File

@ -6,6 +6,7 @@ include/Vk/VkBusyDialog.h
include/Vk/VkCallbackList.h
include/Vk/VkCallbackObject.h
include/Vk/VkCheckBox.h
include/Vk/VkCompletionField.h
include/Vk/VkComponent.h
include/Vk/VkComponentList.h
include/Vk/VkConfig.h
@ -24,6 +25,8 @@ include/Vk/VkInput.h
include/Vk/VkInterruptDialog.h
include/Vk/VkMenu.h
include/Vk/VkMenuAction.h
include/Vk/VkMenuActionObject.h
include/Vk/VkMenuActionWidget.h
include/Vk/VkMenuBar.h
include/Vk/VkMenuConfirmFirstAction.h
include/Vk/VkMenuItem.h
@ -67,6 +70,6 @@ include/Vk/VkWarningDialog.h
include/Vk/VkWidgetList.h
include/Vk/VkWindow.h
include/Vk/builtinbusy.h
@dirrm include/Vk
lib/libvk.a
lib/libvkhelp.a
@dirrm include/Vk