Update to 0.6.2, pass maintainership to submitter

PR:		ports/128554
Submitted by:	Guido Falsi <mad at madpilot.net>
Approved by:	miwi (mentor)
This commit is contained in:
Max Brazhnikov 2008-11-07 14:55:08 +00:00
parent 6ec096425b
commit d6461178d3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=222498
2 changed files with 11 additions and 14 deletions

View File

@ -6,19 +6,18 @@
#
PORTNAME= pokerth
PORTVERSION= 0.6
PORTREVISION= 2
PORTVERSION= 0.6.2
CATEGORIES= games
MASTER_SITES= SF
DISTNAME= PokerTH-${PORTVERSION}-1.src
DISTNAME= PokerTH-${PORTVERSION}-src
MAINTAINER= ports@FreeBSD.org
MAINTAINER= mad@madpilot.net
COMMENT= A poker game written in C++/QT4
LIB_DEPENDS= boost_thread.4:${PORTSDIR}/devel/boost \
mikmod.2:${PORTSDIR}/audio/libmikmod
MANUAL_PACKAGE_BUILD= requires large memory to build
mikmod.2:${PORTSDIR}/audio/libmikmod \
gnutls.26:${PORTSDIR}/security/gnutls \
curl.4:${PORTSDIR}/ftp/curl
USE_ICONV= yes
USE_BZIP2= yes
@ -27,8 +26,6 @@ USE_QT_VER= 4
QT_COMPONENTS= gui corelib qmake_build moc_build rcc_build uic_build
USE_SDL= mixer
WRKSRC= ${WRKDIR}/PokerTH-${PORTVERSION}
PLIST_FILES= bin/pokerth %%DATADIR%%/pokerth share/pixmaps/pokerth.png
PORTDOCS= COPYING ChangeLog INSTALL TODO
@ -48,8 +45,8 @@ MAKE_ENV+= QTDIR="${QT_PREFIX}"
post-patch:
@${REINPLACE_CMD} -E \
-e 's|/usr/([a-z|/]+)|${LOCALBASE}/\1|g' \
-e 's|(-lcrypto)|\1 -liconv|g' \
-e 's|/usr([a-z|/]*)|${LOCALBASE}/\1|g' \
-e 's|(-lcurl)|\1 -liconv|g' \
-e 's:boost_([a-z]+)-[-|a-z|0-9|_]*:boost_\1:g' \
${WRKSRC}/*.pro

View File

@ -1,3 +1,3 @@
MD5 (PokerTH-0.6-1.src.tar.bz2) = a30a19487319a61e033dd7be94b29e7d
SHA256 (PokerTH-0.6-1.src.tar.bz2) = e2f8f84887d59de507425ad9e98c43d9e3f0f60c255e111b35cdeb9845a39086
SIZE (PokerTH-0.6-1.src.tar.bz2) = 4276017
MD5 (PokerTH-0.6.2-src.tar.bz2) = 881eb46440877b34b6a10450911a29bb
SHA256 (PokerTH-0.6.2-src.tar.bz2) = 7dd3530a6ec15e785ab4142fdb28f4625be3a56f9952fcecf792abd84cf39a57
SIZE (PokerTH-0.6.2-src.tar.bz2) = 4317104