- Update to 3.5.0
- Add libpcre to LIB_DEPENDS as reported by Q/A
This commit is contained in:
parent
798ff104b7
commit
7362199f87
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=457780
2 changed files with 7 additions and 6 deletions
|
@ -2,16 +2,17 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= sakura
|
||||
PORTVERSION= 3.4.0
|
||||
PORTVERSION= 3.5.0
|
||||
CATEGORIES= x11 gnome
|
||||
MASTER_SITES= http://launchpadlibrarian.net/301803318/
|
||||
MASTER_SITES= http://launchpadlibrarian.net/336915548/
|
||||
|
||||
MAINTAINER= danilo@FreeBSD.org
|
||||
COMMENT= Terminal emulator based on GTK and VTE
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
LIB_DEPENDS= libgnutls.so:security/gnutls
|
||||
LIB_DEPENDS= libgnutls.so:security/gnutls \
|
||||
libpcre2-8.so:devel/pcre2
|
||||
|
||||
BROKEN_powerpc64= fails to build: sakura.c:1348: 'for' loop initial declaration used outside C99 mode
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1484444521
|
||||
SHA256 (sakura-3.4.0.tar.bz2) = 04487511049d596856d700d524c3354610c7caae8bb87ba3c16851356d3f40ee
|
||||
SIZE (sakura-3.4.0.tar.bz2) = 54907
|
||||
TIMESTAMP = 1514818850
|
||||
SHA256 (sakura-3.5.0.tar.bz2) = eb30ede41083fda2b07c6a3b7393150f48867e81d28ef70b15824740cab00c3a
|
||||
SIZE (sakura-3.5.0.tar.bz2) = 55432
|
||||
|
|
Loading…
Reference in a new issue