mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update to version 2.1.3
PR: ports/160374 Submitted by: arrowdodger <6yearold@gmail.com> (maintainer) Approved by: miwi, wen (mentors implicit)
This commit is contained in:
parent
fbd796ca7c
commit
6c0b723b08
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=281144
4 changed files with 11 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= tortoisehg
|
||||
PORTVERSION= 2.1.2
|
||||
PORTVERSION= 2.1.3
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://cdn.bitbucket.org/tortoisehg/targz/downloads/
|
||||
|
||||
|
@ -37,6 +37,8 @@ USE_PYTHON= yes
|
|||
USE_PYDISTUTILS=yes
|
||||
INSTALLS_EGGINFO=yes
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if defined(WITHOUT_NLS)
|
||||
|
@ -73,7 +75,7 @@ post-install:
|
|||
${INSTALL_DATA} ${WRKSRC}/contrib/tortoisehg.desktop ${PREFIX}/share/applications/
|
||||
|
||||
@${ECHO_MSG}
|
||||
@${CAT} pkg-message
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
@${ECHO_MSG}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (tortoisehg-2.1.2.tar.gz) = 33ab105e734cea16f5e58fffa9b867fee66176d1f2426774c63b85a4c733ee0a
|
||||
SIZE (tortoisehg-2.1.2.tar.gz) = 9033204
|
||||
SHA256 (tortoisehg-2.1.3.tar.gz) = 2a186bb226da7dc93db4bd0e61cdd783d3d5f8189c76a2a2ad8a04c09f4a2912
|
||||
SIZE (tortoisehg-2.1.3.tar.gz) = 8944697
|
||||
|
|
4
devel/tortoisehg2/files/pkg-message.in
Normal file
4
devel/tortoisehg2/files/pkg-message.in
Normal file
|
@ -0,0 +1,4 @@
|
|||
It is recommended to %include TortoiseHG's mergetools.rc into your ~/.hgrc file,
|
||||
especially if you use textproc/kdiff3 as your merge tool.
|
||||
|
||||
%include %%PREFIX%%/share/tortoisehg/mergetools.rc
|
|
@ -571,7 +571,7 @@ share/pixmaps/tortoisehg/icons/thg_logo_92x50.png
|
|||
@dirrm share/pixmaps/tortoisehg/icons/svg
|
||||
@dirrm share/pixmaps/tortoisehg/icons
|
||||
@dirrm share/pixmaps/tortoisehg
|
||||
@dirrm share/applications
|
||||
@dirrmtry share/applications
|
||||
@dirrm %%DATADIR%%
|
||||
%%NLS%%@dirrmtry share/locale/oc/LC_MESSAGES
|
||||
%%NLS%%@dirrmtry share/locale/oc
|
||||
|
|
Loading…
Add table
Reference in a new issue