mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
- Update to 0.3.5
PR: 142044 Submitted by: Ports Fury
This commit is contained in:
parent
b976507e57
commit
6511c2b42d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=246846
@ -6,26 +6,19 @@
|
||||
#
|
||||
|
||||
PORTNAME= parano
|
||||
PORTVERSION= 0.3.4
|
||||
PORTREVISION= 4
|
||||
PORTVERSION= 0.3.5
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= CENKES BERLIOS
|
||||
MASTER_SITES= BERLIOS
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A Gnome program to deal with hashfiles
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= pygnome2
|
||||
USE_PYTHON= yes
|
||||
USE_GNOME= gtk20
|
||||
USE_GETTEXT= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's,#!.*python,#!${PYTHON_CMD},' ${WRKSRC}/src/parano.py
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (parano-0.3.4.tar.gz) = 53464e569ab0173753d5f249a86f2c80
|
||||
SHA256 (parano-0.3.4.tar.gz) = a29c6411fdaeb727d07b10a12d181f25ca008723ba7b67640085f122b1d46f75
|
||||
SIZE (parano-0.3.4.tar.gz) = 158145
|
||||
MD5 (parano-0.3.5.tar.gz) = 126cc42492c1dcf4c5e1b4a3c616acb6
|
||||
SHA256 (parano-0.3.5.tar.gz) = b325a65d8c39295523b8f087aaa89aecf1d0fa57f243c6b56c71c64eaac69cea
|
||||
SIZE (parano-0.3.5.tar.gz) = 185139
|
||||
|
@ -1,17 +1,20 @@
|
||||
bin/parano
|
||||
share/locale/fr/LC_MESSAGES/parano.mo
|
||||
share/mime/packages/parano.xml
|
||||
share/applications/parano.desktop
|
||||
share/application-registry/parano.applications
|
||||
share/applications/parano.desktop
|
||||
share/locale/fr/LC_MESSAGES/parano.mo
|
||||
share/locale/sv_SE/LC_MESSAGES/parano.mo
|
||||
share/mime/packages/parano.xml
|
||||
share/mime-info/parano.keys
|
||||
share/mime-info/parano.mime
|
||||
share/pixmaps/parano-icon.png
|
||||
%%DATADIR%%/parano.png
|
||||
%%DATADIR%%/parano-icon.png
|
||||
%%DATADIR%%/parano.glade
|
||||
share/pixmaps/parano-icon.png
|
||||
@dirrm %%DATADIR%%
|
||||
@dirrmtry share/mime-info
|
||||
@dirrmtry share/locale/sv_SE/LC_MESSAGES
|
||||
@dirrmtry share/locale/sv_SE
|
||||
@dirrmtry share/applications
|
||||
@dirrmtry share/application-registry
|
||||
@dirrmtry share/mime-info
|
||||
@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
|
||||
@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
|
||||
|
Loading…
Reference in New Issue
Block a user