svn commit: r391197 - head/graphics/libfreehand

Jung-uk Kim jkim at FreeBSD.org
Thu Jul 2 21:03:08 UTC 2015


Author: jkim
Date: Thu Jul  2 21:03:07 2015
New Revision: 391197
URL: https://svnweb.freebsd.org/changeset/ports/391197

Log:
  Update to 0.1.1.

Modified:
  head/graphics/libfreehand/Makefile
  head/graphics/libfreehand/distinfo
  head/graphics/libfreehand/pkg-plist

Modified: head/graphics/libfreehand/Makefile
==============================================================================
--- head/graphics/libfreehand/Makefile	Thu Jul  2 21:01:40 2015	(r391196)
+++ head/graphics/libfreehand/Makefile	Thu Jul  2 21:03:07 2015	(r391197)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	libfreehand
-PORTVERSION=	0.1.0
-PORTREVISION=	2
+PORTVERSION=	0.1.1
 CATEGORIES=	graphics
 MASTER_SITES=	LODEV
 

Modified: head/graphics/libfreehand/distinfo
==============================================================================
--- head/graphics/libfreehand/distinfo	Thu Jul  2 21:01:40 2015	(r391196)
+++ head/graphics/libfreehand/distinfo	Thu Jul  2 21:03:07 2015	(r391197)
@@ -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

Modified: head/graphics/libfreehand/pkg-plist
==============================================================================
--- head/graphics/libfreehand/pkg-plist	Thu Jul  2 21:01:40 2015	(r391196)
+++ head/graphics/libfreehand/pkg-plist	Thu Jul  2 21:03:07 2015	(r391197)
@@ -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


More information about the svn-ports-all mailing list