mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
- Update to 0.2.14
PR: ports/90930 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
This commit is contained in:
parent
c71a287a0a
commit
9728276d2a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=152123
@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= gonvert
|
||||
PORTVERSION= 0.2.12
|
||||
PORTVERSION= 0.2.14
|
||||
CATEGORIES= misc python gnome
|
||||
MASTER_SITES= http://www.unihedron.com/projects/gonvert/downloads/
|
||||
|
||||
@ -21,8 +21,8 @@ USE_REINPLACE= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|#!/usr/bin/python|#!/usr/bin/env python|g' ${WRKSRC}/gonvert
|
||||
@${REINPLACE_CMD} -e 's|#!/usr/bin/python|#!/usr/bin/env python|g ; \
|
||||
s|gtk.mainloop|gtk.main|g' ${WRKSRC}/gonvert
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/gonvert ${PREFIX}/bin
|
||||
@ -35,9 +35,12 @@ do-install:
|
||||
@${MKDIR} ${DATADIR}/pixmaps
|
||||
${INSTALL_DATA} ${WRKSRC}/pixmaps/gonvert_picture.png \
|
||||
${DATADIR}/pixmaps
|
||||
@${MKDIR} ${PREFIX}/share/locale/pl/LC_MESSAGES
|
||||
${INSTALL_DATA} ${WRKSRC}/i18n/pl_messages.gmo \
|
||||
${PREFIX}/share/locale/pl/LC_MESSAGES/gonvert.mo
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
.for file in README CHANGELOG FAQ README THANKS TODO
|
||||
.for file in CHANGELOG FAQ README THANKS TODO
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (gonvert-0.2.12.tar.gz) = ef958ba92b5133beb45982ad556fdf21
|
||||
SHA256 (gonvert-0.2.12.tar.gz) = 878a391c7039c460c530ed82254f94bdabae5a68d6e090e93cd8c51202650852
|
||||
SIZE (gonvert-0.2.12.tar.gz) = 163490
|
||||
MD5 (gonvert-0.2.14.tar.gz) = a1f5c72ef71a1f48a5deb19f01d47358
|
||||
SHA256 (gonvert-0.2.14.tar.gz) = dc8ab4ffacb2f621a6b437f736b9c99bdf4dd6b85b1ec2ef90ea7cf98628509e
|
||||
SIZE (gonvert-0.2.14.tar.gz) = 164714
|
||||
|
@ -12,4 +12,4 @@ Features:
|
||||
- Fully OPEN source so that you can add your own custom calculations
|
||||
and descriptions.
|
||||
|
||||
WWW: http://unihedron.com/projects/gonvert/gonvert.php
|
||||
WWW: http://www.unihedron.com/projects/gonvert/
|
||||
|
@ -8,6 +8,7 @@ share/gnome/applications/gonvert.desktop
|
||||
share/gnome/pixmaps/gonvert.png
|
||||
%%DATADIR%%/gonvert.glade
|
||||
%%DATADIR%%/pixmaps/gonvert_picture.png
|
||||
share/locale/pl/LC_MESSAGES/gonvert.mo
|
||||
@dirrm %%DATADIR%%/pixmaps
|
||||
@dirrm %%DATADIR%%
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user