aboutsummaryrefslogtreecommitdiffstats
path: root/editors/poedit
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-04-25 23:47:58 +0800
committermiwi <miwi@FreeBSD.org>2008-04-25 23:47:58 +0800
commit0ad905438520edf489457157c2892310ce20c5cc (patch)
tree79e219bb2547383eee7768bc11f24c621fe49e04 /editors/poedit
parentda0a03d2e646a04d346746e7fdee5509d1aa242f (diff)
downloadfreebsd-ports-gnome-0ad905438520edf489457157c2892310ce20c5cc.tar.gz
freebsd-ports-gnome-0ad905438520edf489457157c2892310ce20c5cc.tar.zst
freebsd-ports-gnome-0ad905438520edf489457157c2892310ce20c5cc.zip
- Update to 1.4.1
PR: 122757 Submitted by: Ports Fury
Diffstat (limited to 'editors/poedit')
-rw-r--r--editors/poedit/Makefile2
-rw-r--r--editors/poedit/distinfo6
2 files changed, 4 insertions, 4 deletions
diff --git a/editors/poedit/Makefile b/editors/poedit/Makefile
index 2dfd209f426b..87e858d4f3a0 100644
--- a/editors/poedit/Makefile
+++ b/editors/poedit/Makefile
@@ -8,7 +8,7 @@
#
PORTNAME= poedit
-PORTVERSION= 1.4
+PORTVERSION= 1.4.1
CATEGORIES= editors
MASTER_SITES= SF
diff --git a/editors/poedit/distinfo b/editors/poedit/distinfo
index 1a84c641859f..ed43cd719f92 100644
--- a/editors/poedit/distinfo
+++ b/editors/poedit/distinfo
@@ -1,3 +1,3 @@
-MD5 (poedit-1.4.tar.gz) = 5198a30796af69830692b7e9e6fdbf64
-SHA256 (poedit-1.4.tar.gz) = cf026b94824d7b2f0a90cbc70a2d03e2b60d63269a0ec5a61ee42958def89de5
-SIZE (poedit-1.4.tar.gz) = 1525541
+MD5 (poedit-1.4.1.tar.gz) = 0dd46519c590e1213864562169d79b46
+SHA256 (poedit-1.4.1.tar.gz) = d0a590a78114b1fab752205362693aacf212c9b3cf34e3bd9243962832a21524
+SIZE (poedit-1.4.1.tar.gz) = 1522448
ite-space: nowrap' : '')}; ${props => (props.display ? `display: ${props.display}` : '')}; ${props => (props.letterSpacing ? `letter-spacing: ${props.letterSpacing}` : '')}; ${props => (props.textTransform ? `text-transform: ${props.textTransform}` : '')}; ${props => (props.textAlign ? `text-align: ${props.textAlign}` : '')}; ${props => (props.width ? `width: ${props.width}` : '')}; &:hover { ${props => (props.onClick ? `opacity: ${opacityOnHoverAmount};` : '')}; } } `; Text.defaultProps = { fontFamily: 'Inter UI', fontStyle: 'normal', fontWeight: 400, fontColor: ColorOption.black, fontSize: '15px', textDecorationLine: 'none', noWrap: false, display: 'inline-block', }; Text.displayName = 'Text';