update to 0.1.33, which fixes the verb "chauvir"
This commit is contained in:
parent
36c48db5ef
commit
eb23d649c1
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2010/12/21 18:50:07 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2011/04/05 15:33:16 naddy Exp $
|
||||
|
||||
COMMENT= French and Italian conjugation system
|
||||
|
||||
DISTNAME= verbiste-0.1.32
|
||||
SHARED_LIBS= verbiste-0.1 3.0 # .0.0
|
||||
DISTNAME= verbiste-0.1.33
|
||||
SHARED_LIBS= verbiste-0.1 4.0 # .0.0
|
||||
CATEGORIES= education
|
||||
HOMEPAGE= http://sarrazip.com/dev/verbiste.html
|
||||
|
||||
@ -33,7 +33,7 @@ WANTLIB= GL X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \
|
||||
xcb-shm xml2
|
||||
|
||||
USE_LIBTOOL= Yes
|
||||
USE_GROFF = Yes
|
||||
USE_GROFF= Yes
|
||||
SEPARATE_BUILD= simple
|
||||
CONFIGURE_STYLE=gnu
|
||||
CONFIGURE_ARGS= ${CONFIGURE_SHARED} --enable-static \
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (verbiste-0.1.32.tar.gz) = s5dpvrSRSg5ydVdLf5OSRQ==
|
||||
RMD160 (verbiste-0.1.32.tar.gz) = lwPwmizsIHt1u/wUR3wZqWSKCGE=
|
||||
SHA1 (verbiste-0.1.32.tar.gz) = YIRY1tjZkf3ExwONoustJIJ8GMs=
|
||||
SHA256 (verbiste-0.1.32.tar.gz) = uaBkVz7KAcb6z11Pv50aEv5SOhmr7oxtiG6F9MRf0Ss=
|
||||
SIZE (verbiste-0.1.32.tar.gz) = 678049
|
||||
MD5 (verbiste-0.1.33.tar.gz) = kVe5DaiDUHGLoH1eV/9pjQ==
|
||||
RMD160 (verbiste-0.1.33.tar.gz) = LWtyofLdvkHtfT+74UBg55TLrds=
|
||||
SHA1 (verbiste-0.1.33.tar.gz) = hgVGQ2dgsnnwtUy747wqt2lrQIs=
|
||||
SHA256 (verbiste-0.1.33.tar.gz) = P6fIbkUlQ+QmK1gVIqM7wbIi6HKSQjmock7p1+S8nj0=
|
||||
SIZE (verbiste-0.1.33.tar.gz) = 684999
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-Makefile_in,v 1.2 2010/12/21 18:50:07 naddy Exp $
|
||||
--- Makefile.in.orig Mon Dec 20 03:40:37 2010
|
||||
+++ Makefile.in Tue Dec 21 00:43:17 2010
|
||||
@@ -1041,7 +1041,7 @@ info: info-recursive
|
||||
$OpenBSD: patch-Makefile_in,v 1.3 2011/04/05 15:33:16 naddy Exp $
|
||||
--- Makefile.in.orig Sun Apr 3 22:42:05 2011
|
||||
+++ Makefile.in Mon Apr 4 21:31:57 2011
|
||||
@@ -1045,7 +1045,7 @@ info: info-recursive
|
||||
|
||||
info-am:
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2010/12/21 18:50:07 naddy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2011/04/05 15:33:16 naddy Exp $
|
||||
%%SHARED%%
|
||||
@bin bin/french-conjugator
|
||||
@bin bin/french-deconjugator
|
||||
@ -37,7 +37,9 @@ share/texmf/tex/latex/verbiste/verbiste.cfg
|
||||
share/texmf/tex/latex/verbiste/verbiste.cls
|
||||
share/verbiste-0.1/
|
||||
@comment share/verbiste-0.1/COPYING
|
||||
share/verbiste-0.1/conjugation-el.xml
|
||||
share/verbiste-0.1/conjugation-fr.xml
|
||||
share/verbiste-0.1/conjugation-it.xml
|
||||
share/verbiste-0.1/verbs-el.xml
|
||||
share/verbiste-0.1/verbs-fr.xml
|
||||
share/verbiste-0.1/verbs-it.xml
|
||||
|
Loading…
Reference in New Issue
Block a user