diff options
author | Neel Chauhan <nc@FreeBSD.org> | 2021-03-12 23:07:01 +0000 |
---|---|---|
committer | Neel Chauhan <nc@FreeBSD.org> | 2021-03-12 23:07:01 +0000 |
commit | 84147d7c957167422803dba67be08ec4156a5118 (patch) | |
tree | 32176082a586b8fa979f433063608450932d8169 | |
parent | 610fe71c9e99b736693f7a0200e472b6fde644bb (diff) |
Notes
-rw-r--r-- | textproc/iksemel/Makefile | 5 | ||||
-rw-r--r-- | textproc/iksemel/distinfo | 6 | ||||
-rw-r--r-- | textproc/iksemel/pkg-descr | 2 |
3 files changed, 6 insertions, 7 deletions
diff --git a/textproc/iksemel/Makefile b/textproc/iksemel/Makefile index d46b9178d9fb..07c17db34edc 100644 --- a/textproc/iksemel/Makefile +++ b/textproc/iksemel/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= iksemel -PORTVERSION= 1.4 -PORTREVISION= 8 +PORTVERSION= 1.5 CATEGORIES= textproc MAINTAINER= ports@FreeBSD.org @@ -16,7 +15,7 @@ LIB_DEPENDS= libgnutls.so:security/gnutls USE_GITHUB= yes GH_ACCOUNT= meduketto -GH_TAGNAME= 6cddfef +GH_TAGNAME= 978b733 USES= autoreconf libtool makeinfo pathfix pkgconfig GNU_CONFIGURE= yes diff --git a/textproc/iksemel/distinfo b/textproc/iksemel/distinfo index 618fc4fd4a44..91714624399e 100644 --- a/textproc/iksemel/distinfo +++ b/textproc/iksemel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1474196501 -SHA256 (meduketto-iksemel-1.4-6cddfef_GH0.tar.gz) = 32ecf6c0d7176c1b6dd0d5afd94cab4890a37345ecec50b141e4bfc3792eddb6 -SIZE (meduketto-iksemel-1.4-6cddfef_GH0.tar.gz) = 74848 +TIMESTAMP = 1615590354 +SHA256 (meduketto-iksemel-1.5-978b733_GH0.tar.gz) = 3cf622c2eeab3404899ccb2f3119335b7cd8651eaeac09218675fdc82234ab85 +SIZE (meduketto-iksemel-1.5-978b733_GH0.tar.gz) = 87417 diff --git a/textproc/iksemel/pkg-descr b/textproc/iksemel/pkg-descr index b2ee4e918b5b..60fa05f5593f 100644 --- a/textproc/iksemel/pkg-descr +++ b/textproc/iksemel/pkg-descr @@ -4,4 +4,4 @@ in ANSI C except the network code (which is POSIX compatible), thus highly portable. Iksemel is released under GNU Lesser General Public License. A copy of the license is included in the COPYING file. -WWW: http://code.google.com/p/iksemel/ +WWW: https://github.com/meduketto/iksemel |