Bug 175441 - [patch] update devel/libvshadow to version 20130113
Summary: [patch] update devel/libvshadow to version 20130113
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: MANTANI Nobutaka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-19 20:50 UTC by Antoine Brodin
Modified: 2013-01-26 13:00 UTC (History)
1 user (show)

See Also:


Attachments
libvshadow.diff (3.02 KB, patch)
2013-01-19 20:50 UTC, Antoine Brodin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antoine Brodin freebsd_committer freebsd_triage 2013-01-19 20:50:00 UTC
- update to version 20130113
- license is LGPL3 not GPLv3
- use gnomehack instead of patching Makefile.in
- patch for vshadowmount no longer needed
- CFLAGS no longer needed
- build python bindings
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-01-19 20:50:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nobutaka

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-01-26 12:56:56 UTC
Author: nobutaka
Date: Sat Jan 26 12:56:48 2013
New Revision: 311009
URL: http://svnweb.freebsd.org/changeset/ports/311009

Log:
  Update to version 20130113.
  License is LGPL3 not GPLv3.
  Use gnomehack instead of patching Makefile.in.
  Patch for vshadowmount no longer needed.
  CFLAGS no longer needed.
  Build python bindings.
  
  PR:		ports/175441
  Submitted by:	antoine

Deleted:
  head/devel/libvshadow/files/patch-Makefile.in
  head/devel/libvshadow/files/patch-vshadowtools_vshadowmount.c
Modified:
  head/devel/libvshadow/Makefile
  head/devel/libvshadow/distinfo
  head/devel/libvshadow/pkg-plist

Modified: head/devel/libvshadow/Makefile
==============================================================================
--- head/devel/libvshadow/Makefile	Sat Jan 26 12:41:23 2013	(r311008)
+++ head/devel/libvshadow/Makefile	Sat Jan 26 12:56:48 2013	(r311009)
@@ -6,28 +6,30 @@
 #
 
 PORTNAME=	libvshadow
-PORTVERSION=	20120511
+PORTVERSION=	20130113
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
-DISTNAME=	${PORTNAME}-experimental-${PORTVERSION}
+DISTNAME=	${PORTNAME}-alpha-${PORTVERSION}
 
 MAINTAINER=	nobutaka@FreeBSD.org
 COMMENT=	A library to support the Volume Service Snapshot (VSS) format
 
-LICENSE=	GPLv3
+LICENSE=	LGPL3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 USE_FUSE=	yes
 USE_GETTEXT=	yes
+USE_GNOME=	gnomehack
 USE_ICONV=	yes
+USE_PYTHON=	yes
 USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--enable-python
 LDFLAGS+=	-L${LOCALBASE}/lib
-CFLAGS+=	-D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
-MAN1=		vshadowinfo.1
+MAN1=		vshadowinfo.1 vshadowmount.1
 MAN3=		libvshadow.3
 
 .include <bsd.port.mk>

Modified: head/devel/libvshadow/distinfo
==============================================================================
--- head/devel/libvshadow/distinfo	Sat Jan 26 12:41:23 2013	(r311008)
+++ head/devel/libvshadow/distinfo	Sat Jan 26 12:56:48 2013	(r311009)
@@ -1,2 +1,2 @@
-SHA256 (libvshadow-experimental-20120511.tar.gz) = 84ceeb166f1e1555f5e22661c695b09b2306a9e58d2cda440d5cecd39c4ebda3
-SIZE (libvshadow-experimental-20120511.tar.gz) = 893786
+SHA256 (libvshadow-alpha-20130113.tar.gz) = 50f5fe96a21c09e0367a7d5e6a22c20e0c9bbfab77b5da953c2fb6d3174f6d38
+SIZE (libvshadow-alpha-20130113.tar.gz) = 1215527

Modified: head/devel/libvshadow/pkg-plist
==============================================================================
--- head/devel/libvshadow/pkg-plist	Sat Jan 26 12:41:23 2013	(r311008)
+++ head/devel/libvshadow/pkg-plist	Sat Jan 26 12:56:48 2013	(r311009)
@@ -11,5 +11,8 @@ lib/libvshadow.a
 lib/libvshadow.la
 lib/libvshadow.so
 lib/libvshadow.so.1
+%%PYTHON_SITELIBDIR%%/pyvshadow.a
+%%PYTHON_SITELIBDIR%%/pyvshadow.la
+%%PYTHON_SITELIBDIR%%/pyvshadow.so
 libdata/pkgconfig/libvshadow.pc
 @dirrm include/libvshadow
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 MANTANI Nobutaka freebsd_committer freebsd_triage 2013-01-26 12:57:29 UTC
State Changed
From-To: open->closed

Committed, thanks!