- Update to 1.0.1
This commit is contained in:
parent
b34ea9c912
commit
6912aad962
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=249150
3 changed files with 12 additions and 14 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= hexalate
|
||||
PORTVERSION= 1.0.0
|
||||
PORTVERSION= 1.0.1
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://gottcode.org/${PORTNAME}/ \
|
||||
http://mirror.amdmi3.ru/distfiles/
|
||||
|
@ -17,18 +17,16 @@ COMMENT= A color matching game
|
|||
|
||||
USE_BZIP2= yes
|
||||
USE_QT_VER= 4
|
||||
QT_COMPONENTS= corelib gui svg moc_build qmake_build rcc_build
|
||||
QT_COMPONENTS= corelib gui moc_build qmake_build rcc_build
|
||||
WANT_GNOME= yes
|
||||
INSTALLS_ICONS= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
QMAKEFLAGS+= PREFIX=${PREFIX}
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
do-configure:
|
||||
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} \
|
||||
PREFIX=${PREFIX} -spec ${QMAKESPEC} ${PORTNAME}.pro
|
||||
|
||||
post-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
||||
@cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \
|
||||
${QMAKE} ${QMAKEFLAGS} ${PORTNAME}.pro
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (hexalate-1.0.0-src.tar.bz2) = c4b8e5dbca4520843abc502acae3dbae
|
||||
SHA256 (hexalate-1.0.0-src.tar.bz2) = c3e24388eb6a9f127884853756cf148ac5806a87083129893f7cf3c2ccb9846a
|
||||
SIZE (hexalate-1.0.0-src.tar.bz2) = 48749
|
||||
MD5 (hexalate-1.0.1-src.tar.bz2) = a8d15c0f4a6aa9ec12f870402049a439
|
||||
SHA256 (hexalate-1.0.1-src.tar.bz2) = 11de0ed0d0952fc8b86670dd4d7fc3d703166373bb88b73a6ef40e46f65aac75
|
||||
SIZE (hexalate-1.0.1-src.tar.bz2) = 48423
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
bin/hexalate
|
||||
share/applications/hexalate.desktop
|
||||
share/icons/hicolor/48x48/apps/hexalate.png
|
||||
@dirrm share/icons/hicolor/48x48/apps
|
||||
@dirrm share/icons/hicolor/48x48
|
||||
@dirrm share/icons/hicolor
|
||||
@dirrm share/icons
|
||||
@dirrmtry share/icons/hicolor/48x48/apps
|
||||
@dirrmtry share/icons/hicolor/48x48
|
||||
@dirrmtry share/icons/hicolor
|
||||
@dirrmtry share/icons
|
||||
@dirrmtry share/applications
|
||||
|
|
Loading…
Reference in a new issue