diff options
author | Romain Tartière <romain@FreeBSD.org> | 2011-02-23 15:24:37 +0000 |
---|---|---|
committer | Romain Tartière <romain@FreeBSD.org> | 2011-02-23 15:24:37 +0000 |
commit | 80f4b5a961fbb8f853e549c7f5945e2d68ef1d76 (patch) | |
tree | 2b9e0a96d7ccbf7d8a53e9ad793f247874beadad | |
parent | Add a new option to build JIT bytecode compiler using llvm installed from ports (diff) |
Update to 1.4.2.
Notes
Notes:
svn path=/head/; revision=269543
-rw-r--r-- | devel/libnfc/Makefile | 2 | ||||
-rw-r--r-- | devel/libnfc/distinfo | 4 | ||||
-rw-r--r-- | devel/libnfc/pkg-plist | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/devel/libnfc/Makefile b/devel/libnfc/Makefile index 06003ff0030e..abc7e5bc9c90 100644 --- a/devel/libnfc/Makefile +++ b/devel/libnfc/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libnfc -PORTVERSION= 1.4.0 +PORTVERSION= 1.4.2 CATEGORIES= devel MASTER_SITES= http://${PORTNAME}.googlecode.com/files/ \ http://romain.blogreen.org/distfiles/ diff --git a/devel/libnfc/distinfo b/devel/libnfc/distinfo index bd190607df18..c31be8f47aa6 100644 --- a/devel/libnfc/distinfo +++ b/devel/libnfc/distinfo @@ -1,2 +1,2 @@ -SHA256 (libnfc-1.4.0.tar.gz) = 441246286247f71ebe5f3060304202809601a6f2b91a33251834c65ae4b6ed02 -SIZE (libnfc-1.4.0.tar.gz) = 471552 +SHA256 (libnfc-1.4.2.tar.gz) = 295ad8a0dc0e4469d9f10589449a9a04eed284a2e7faf398e91d84a89ca91bfa +SIZE (libnfc-1.4.2.tar.gz) = 487310 diff --git a/devel/libnfc/pkg-plist b/devel/libnfc/pkg-plist index e27e8fb09cf5..d3d94172c088 100644 --- a/devel/libnfc/pkg-plist +++ b/devel/libnfc/pkg-plist @@ -20,7 +20,7 @@ include/nfc/nfc.h lib/libnfc.a lib/libnfc.la lib/libnfc.so -lib/libnfc.so.0 +lib/libnfc.so.1 libdata/pkgconfig/libnfc.pc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/pn53x.conf %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% |