diff options
author | jkim <jkim@FreeBSD.org> | 2015-07-03 05:03:07 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2015-07-03 05:03:07 +0800 |
commit | c2b466c369295060c1eda5c15183550c202eae42 (patch) | |
tree | ef9d3766fd77a646f5320d4fae78a8eb280a0288 /graphics | |
parent | b988aac0b79fe658c1c13e87be4442faecd4fdbc (diff) | |
download | freebsd-ports-gnome-c2b466c369295060c1eda5c15183550c202eae42.tar.gz freebsd-ports-gnome-c2b466c369295060c1eda5c15183550c202eae42.tar.zst freebsd-ports-gnome-c2b466c369295060c1eda5c15183550c202eae42.zip |
Update to 0.1.1.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libfreehand/Makefile | 3 | ||||
-rw-r--r-- | graphics/libfreehand/distinfo | 4 | ||||
-rw-r--r-- | graphics/libfreehand/pkg-plist | 3 |
3 files changed, 5 insertions, 5 deletions
diff --git a/graphics/libfreehand/Makefile b/graphics/libfreehand/Makefile index 6158565ba211..9cad91cd908e 100644 --- a/graphics/libfreehand/Makefile +++ b/graphics/libfreehand/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= libfreehand -PORTVERSION= 0.1.0 -PORTREVISION= 2 +PORTVERSION= 0.1.1 CATEGORIES= graphics MASTER_SITES= LODEV diff --git a/graphics/libfreehand/distinfo b/graphics/libfreehand/distinfo index efe4746efc8d..53ca366a2cd7 100644 --- a/graphics/libfreehand/distinfo +++ b/graphics/libfreehand/distinfo @@ -1,2 +1,2 @@ -SHA256 (libfreehand-0.1.0.tar.xz) = 5119aac8b0b28d749905f8094e526b9a018a2e4a208b5d0317c7554a62af4706 -SIZE (libfreehand-0.1.0.tar.xz) = 265592 +SHA256 (libfreehand-0.1.1.tar.xz) = ec6676d0c63f7feac7801a1fe18dd7abe9044b39c3882fc99b9afef39bdf1d30 +SIZE (libfreehand-0.1.1.tar.xz) = 492916 diff --git a/graphics/libfreehand/pkg-plist b/graphics/libfreehand/pkg-plist index 9c88ae26fa98..93eb019ccb1b 100644 --- a/graphics/libfreehand/pkg-plist +++ b/graphics/libfreehand/pkg-plist @@ -1,8 +1,9 @@ bin/fh2raw bin/fh2svg +bin/fh2text include/libfreehand-0.1/libfreehand/FreeHandDocument.h include/libfreehand-0.1/libfreehand/libfreehand.h lib/libfreehand-0.1.so lib/libfreehand-0.1.so.1 -lib/libfreehand-0.1.so.1.0.0 +lib/libfreehand-0.1.so.1.0.1 libdata/pkgconfig/libfreehand-0.1.pc |