Update to stfl-0.24.

This commit is contained in:
ajacoutot 2015-07-16 23:18:22 +00:00
parent 5ef008ac66
commit a95cc36fff
3 changed files with 9 additions and 10 deletions

View File

@ -1,11 +1,10 @@
# $OpenBSD: Makefile,v 1.3 2015/05/22 11:31:14 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.4 2015/07/16 23:18:22 ajacoutot Exp $
SHARED_ONLY= Yes
COMMENT= Structured Terminal Forms Language/Library
DISTNAME= stfl-0.22
REVISION= 0
DISTNAME= stfl-0.24
SHARED_LIBS+= stfl 0.0
@ -18,7 +17,7 @@ PERMIT_PACKAGE_CDROM= Yes
WANTLIB += ncursesw pthread
MASTER_SITES= ${HOMEPAGE}
MASTER_SITES= http://www.clifford.at/stfl/
MODULES= converters/libiconv

View File

@ -1,2 +1,2 @@
SHA256 (stfl-0.22.tar.gz) = Ld2v0zHmGtBLrxJRzOyzpp/q+ZiA3XUVW+hCPBzFVBg=
SIZE (stfl-0.22.tar.gz) = 41412
SHA256 (stfl-0.24.tar.gz) = 1KeqGBpHWq+KiRSozLKn/yiRnUyMD4oGHhegw2hpwJA=
SIZE (stfl-0.24.tar.gz) = 45585

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-Makefile,v 1.1.1.1 2012/12/30 17:59:36 ajacoutot Exp $
--- Makefile.orig Mon Oct 24 08:20:48 2011
+++ Makefile Sun Dec 30 10:31:35 2012
$OpenBSD: patch-Makefile,v 1.2 2015/07/16 23:18:23 ajacoutot Exp $
--- Makefile.orig Thu Feb 12 14:14:33 2015
+++ Makefile Fri Jul 17 01:17:37 2015
@@ -20,14 +20,14 @@
include Makefile.cfg
@ -14,7 +14,7 @@ $OpenBSD: patch-Makefile,v 1.1.1.1 2012/12/30 17:59:36 ajacoutot Exp $
-SONAME := libstfl.so.0
+SONAME := libstfl.so.${LIBstfl_VERSION}
VERSION := 0.22
VERSION := 0.24
-all: libstfl.so.$(VERSION) libstfl.a example
+all: $(SONAME) libstfl.a example