aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/libyaml
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2007-10-25 15:06:24 +0800
committerijliao <ijliao@FreeBSD.org>2007-10-25 15:06:24 +0800
commit25a5f5d749d62ad5745fce2eb95c3246a697e02d (patch)
treeb00fd431b694b07ec3c4258b08f88373f87b7e8f /textproc/libyaml
parent20ecfe2217463c4906b76a51c6b5fc9834c96448 (diff)
downloadfreebsd-ports-gnome-25a5f5d749d62ad5745fce2eb95c3246a697e02d.tar.gz
freebsd-ports-gnome-25a5f5d749d62ad5745fce2eb95c3246a697e02d.tar.zst
freebsd-ports-gnome-25a5f5d749d62ad5745fce2eb95c3246a697e02d.zip
upgrade to 0.1.1
Diffstat (limited to 'textproc/libyaml')
-rw-r--r--textproc/libyaml/Makefile4
-rw-r--r--textproc/libyaml/distinfo6
-rw-r--r--textproc/libyaml/files/patch-tests-Makefile.in11
3 files changed, 5 insertions, 16 deletions
diff --git a/textproc/libyaml/Makefile b/textproc/libyaml/Makefile
index 55fff5bdfb43..2d236057c78d 100644
--- a/textproc/libyaml/Makefile
+++ b/textproc/libyaml/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= libyaml
-PORTVERSION= 0.0.1
+PORTVERSION= 0.1.1
CATEGORIES= textproc
MASTER_SITES= http://pyyaml.org/download/libyaml/
DISTNAME= yaml-${PORTVERSION}
@@ -20,7 +20,7 @@ USE_LDCONFIG= yes
PLIST_FILES= include/yaml.h \
lib/libyaml-0.so \
- lib/libyaml-0.so.0 \
+ lib/libyaml-0.so.1 \
lib/libyaml.a \
lib/libyaml.so
diff --git a/textproc/libyaml/distinfo b/textproc/libyaml/distinfo
index 02564354fbb0..29b7e6d8f08b 100644
--- a/textproc/libyaml/distinfo
+++ b/textproc/libyaml/distinfo
@@ -1,3 +1,3 @@
-MD5 (yaml-0.0.1.tar.gz) = 8affdebeb0da9ed6a4cefba210b432d4
-SHA256 (yaml-0.0.1.tar.gz) = a8f1b4910898eecdc611d6c0a527e225ce82fe3a030f344ee690b86c07c6f52e
-SIZE (yaml-0.0.1.tar.gz) = 410784
+MD5 (yaml-0.1.1.tar.gz) = a4768462c6ef53a7e0f68248aa3bda15
+SHA256 (yaml-0.1.1.tar.gz) = 76444692a94de4e6776a1bdf3b735e8f016bb374ae7c60496f8032fdc6085889
+SIZE (yaml-0.1.1.tar.gz) = 466770
diff --git a/textproc/libyaml/files/patch-tests-Makefile.in b/textproc/libyaml/files/patch-tests-Makefile.in
deleted file mode 100644
index b4a0e315133f..000000000000
--- a/textproc/libyaml/files/patch-tests-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- tests/Makefile.in.orig Thu Aug 31 09:16:34 2006
-+++ tests/Makefile.in Thu Aug 31 09:16:46 2006
-@@ -201,7 +201,7 @@
- sysconfdir = @sysconfdir@
- target_alias = @target_alias@
- AM_CPPFLAGS = -I$(top_srcdir)/include
--AM_CFLAGS = -Wno-pointer-sign
-+#AM_CFLAGS = -Wno-pointer-sign
- LDADD = $(top_builddir)/src/libyaml.la
- TESTS = test-version test-reader
- all: all-am