- Update to 1.6
PR: ports/104074 Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com> (maintainer)
This commit is contained in:
parent
ce59bb4432
commit
847e2479bf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=174721
3 changed files with 12 additions and 5 deletions
|
@ -5,7 +5,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= calcurse
|
||||
PORTVERSION= 1.5
|
||||
PORTVERSION= 1.6
|
||||
CATEGORIES= deskutils
|
||||
MASTER_SITES= ftp://ftp2.culot.org/culot/
|
||||
|
||||
|
@ -27,4 +27,10 @@ USE_GETTEXT= yes
|
|||
PLIST_SUB+= NLS=""
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
BROKEN= Does not compile on 4.x
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (calcurse-1.5.tar.gz) = 3e51b793b78abf5679f81195e1eb86ad
|
||||
SHA256 (calcurse-1.5.tar.gz) = 4066158bde454ea763fb9a03ad46a4436507cc949bf1c103d9f910a7bf0df693
|
||||
SIZE (calcurse-1.5.tar.gz) = 282581
|
||||
MD5 (calcurse-1.6.tar.gz) = 9c790622c163e664a380334d43d40796
|
||||
SHA256 (calcurse-1.6.tar.gz) = b686744c5d61797cc0349fc702764b655d071fcef99ee5c41a078d09ae064e5f
|
||||
SIZE (calcurse-1.6.tar.gz) = 353689
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
bin/calcurse
|
||||
%%NLS%%share/locale/de/LC_MESSAGES/calcurse.mo
|
||||
%%NLS%%share/locale/en/LC_MESSAGES/calcurse.mo
|
||||
%%NLS%%share/locale/es/LC_MESSAGES/calcurse.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/calcurse.mo
|
||||
|
|
Loading…
Reference in a new issue