svn commit: r351725 - in head/games/openpref: . files
Rusmir Dusko
nemysis at FreeBSD.org
Mon Apr 21 22:03:35 UTC 2014
Author: nemysis
Date: Mon Apr 21 22:03:34 2014
New Revision: 351725
URL: http://svnweb.freebsd.org/changeset/ports/351725
QAT: https://qat.redports.org/buildarchive/r351725/
Log:
- Bump PORTREVISION, for LICENSE adding
- Add license (GPLv3)
- Change Desktop entry file
- Use PLIST_FILES and PLIST_DIRS instead of pkg-plist
- Add DOCS and Option
- Mute MKDIR
- Install icon in ${PREFIX}/share/pixmaps for Desktop entry file
- Add patch, fix build with Clang compiler [1]
- Change pkg-descr, use whitespace instead of tabulator
PR: ports/188286
Submitted by: pawel@ [1]
Added:
head/games/openpref/files/
head/games/openpref/files/patch-src__util__debug.cpp (contents, props changed)
Deleted:
head/games/openpref/pkg-plist
Modified:
head/games/openpref/Makefile
head/games/openpref/pkg-descr
Modified: head/games/openpref/Makefile
==============================================================================
--- head/games/openpref/Makefile Mon Apr 21 21:56:54 2014 (r351724)
+++ head/games/openpref/Makefile Mon Apr 21 22:03:34 2014 (r351725)
@@ -3,24 +3,38 @@
PORTNAME= openpref
PORTVERSION= 0.1.3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= games
-MASTER_SITES= SF/${PORTNAME}/OpenPref-Qt4/${PORTNAME}-${PORTVERSION}
+MASTER_SITES= SF/${PORTNAME}/OpenPref-Qt4/${PORTNAME}-${PORTVERSION}/
MAINTAINER= annulen at yandex.ru
COMMENT= Preferans game
+LICENSE= GPLv3
+
USES= qmake
USE_QT4= corelib gui moc_build rcc_build uic_build
MAKE_JOBS_UNSAFE= yes
-DESKTOP_ENTRIES="OpenPref" "${COMMENT}" "${DATADIR}/openpref.png" \
- "openpref" "Game;CardGame;" true
+PLIST_FILES= bin/${PORTNAME} \
+ %%DATADIR%%/i18n/${PORTNAME}_ru.qm \
+ share/pixmaps/${PORTNAME}.png
+PLIST_DIRS= %%DATADIR%%/i18n %%DATADIR%%
+
+PORTDOCS= AUTHORS BUGS NEWS README THANKS
+OPTIONS_DEFINE= DOCS
+
+DESKTOP_ENTRIES="OpenPref" "" "${PORTNAME}" \
+ "${PORTNAME}" "Game;CardGame;" ""
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/openpref ${STAGEDIR}${PREFIX}/bin
- ${MKDIR} ${STAGEDIR}${DATADIR}/i18n
- ${INSTALL_DATA} ${WRKSRC}/openpref_ru.qm ${STAGEDIR}${DATADIR}/i18n
- ${INSTALL_DATA} ${WRKSRC}/pics/openpref.png ${STAGEDIR}${DATADIR}
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
+ @${MKDIR} ${STAGEDIR}${DATADIR}/i18n
+ ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}_ru.qm ${STAGEDIR}${DATADIR}/i18n/
+ ${INSTALL_DATA} ${WRKSRC}/pics/${PORTNAME}.png \
+ ${STAGEDIR}${PREFIX}/share/pixmaps/
+
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>
Added: head/games/openpref/files/patch-src__util__debug.cpp
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/games/openpref/files/patch-src__util__debug.cpp Mon Apr 21 22:03:34 2014 (r351725)
@@ -0,0 +1,10 @@
+--- ./src/util/debug.cpp.orig 2014-04-05 15:33:31.000000000 +0200
++++ ./src/util/debug.cpp 2014-04-05 15:34:06.000000000 +0200
+@@ -20,6 +20,7 @@
+ * http://www.gnu.org/licenses
+ */
+
++#include <time.h>
+ #include <QFile>
+
+ #include "debug.h"
Modified: head/games/openpref/pkg-descr
==============================================================================
--- head/games/openpref/pkg-descr Mon Apr 21 21:56:54 2014 (r351724)
+++ head/games/openpref/pkg-descr Mon Apr 21 22:03:34 2014 (r351725)
@@ -3,4 +3,4 @@ Preferans (also known as Preference). It
Qt4 framework and is portable between many operating systems including
Windows and major Unix flavours.
-WWW: http://openpref.sourceforge.net
+WWW: http://openpref.sourceforge.net
More information about the svn-ports-all
mailing list