svn commit: r394077 - in head/devel/libcheck: . files
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Aug 13 17:31:27 UTC 2015
Author: sunpoet
Date: Thu Aug 13 17:31:25 2015
New Revision: 394077
URL: https://svnweb.freebsd.org/changeset/ports/394077
Log:
- Update to 0.10.0
- Regenerate patch file with makepatch:
Changes: http://sourceforge.net/p/check/code/HEAD/tree/trunk/NEWS
Modified:
head/devel/libcheck/Makefile
head/devel/libcheck/distinfo
head/devel/libcheck/files/patch-check.m4
Modified: head/devel/libcheck/Makefile
==============================================================================
--- head/devel/libcheck/Makefile Thu Aug 13 17:31:20 2015 (r394076)
+++ head/devel/libcheck/Makefile Thu Aug 13 17:31:25 2015 (r394077)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= libcheck
-PORTVERSION= 0.9.14
-PORTREVISION= 1
+PORTVERSION= 0.10.0
CATEGORIES= devel
MASTER_SITES= SF/check/check/${PORTVERSION}
DISTNAME= check-${PORTVERSION}
Modified: head/devel/libcheck/distinfo
==============================================================================
--- head/devel/libcheck/distinfo Thu Aug 13 17:31:20 2015 (r394076)
+++ head/devel/libcheck/distinfo Thu Aug 13 17:31:25 2015 (r394077)
@@ -1,2 +1,2 @@
-SHA256 (check-0.9.14.tar.gz) = c272624645b1b738cf57fd5d81a3e4d9b722b99d6133ee3f3c4007d4d279840a
-SIZE (check-0.9.14.tar.gz) = 758197
+SHA256 (check-0.10.0.tar.gz) = f5f50766aa6f8fe5a2df752666ca01a950add45079aa06416b83765b1cf71052
+SIZE (check-0.10.0.tar.gz) = 769119
Modified: head/devel/libcheck/files/patch-check.m4
==============================================================================
--- head/devel/libcheck/files/patch-check.m4 Thu Aug 13 17:31:20 2015 (r394076)
+++ head/devel/libcheck/files/patch-check.m4 Thu Aug 13 17:31:25 2015 (r394077)
@@ -1,6 +1,6 @@
---- check.m4.orig 2008-12-29 21:48:46.000000000 +0800
-+++ check.m4 2009-01-07 09:02:41.452952376 +0800
-@@ -21,8 +21,20 @@
+--- check.m4.orig 2015-08-02 19:31:25 UTC
++++ check.m4
+@@ -21,8 +21,20 @@ AC_DEFUN([AM_PATH_CHECK],
CHECK_CFLAGS="-I$with_check/include"
CHECK_LIBS="-L$with_check/lib -lcheck"
else
More information about the svn-ports-all
mailing list