svn commit: r319977 - in head/archivers/libpar2: . files
William Grzybowski
wg at FreeBSD.org
Wed Jun 5 11:15:07 UTC 2013
Author: wg
Date: Wed Jun 5 11:15:06 2013
New Revision: 319977
URL: http://svnweb.freebsd.org/changeset/ports/319977
Log:
- Update to 0.3 [1]
- Remove USE_GCC (builds with clang) [1]
- Add LICENSE (GPLv2)
This is a new upstream, the original is dead.
PR: ports/179029
Submitted by: Herbert J. Skuhra <h.skuhra at gmail.com>
Approved by: culot (mentor), maintainer
Deleted:
head/archivers/libpar2/files/
Modified:
head/archivers/libpar2/Makefile
head/archivers/libpar2/distinfo
Modified: head/archivers/libpar2/Makefile
==============================================================================
--- head/archivers/libpar2/Makefile Wed Jun 5 10:43:43 2013 (r319976)
+++ head/archivers/libpar2/Makefile Wed Jun 5 11:15:06 2013 (r319977)
@@ -2,10 +2,11 @@
# $FreeBSD$
PORTNAME= libpar2
-PORTVERSION= 0.2
-PORTREVISION= 4
+PORTVERSION= 0.3
CATEGORIES= archivers
-MASTER_SITES= SF/parchive/${PORTNAME}/${PORTVERSION}
+MASTER_SITES= http://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/
+
+LICENSE= GPLv2
MAINTAINER= toxic at doobie.com
COMMENT= Library for manipulating PAR2 files, extracted from par2cmdline
@@ -14,23 +15,15 @@ LIB_DEPENDS= sigc-2.0:${PORTSDIR}/devel/
GNU_CONFIGURE= yes
+FETCH_ARGS= -pRr
LDFLAGS+= -L${LOCALBASE}/lib
CPPFLAGS+= -I${LOCALBASE}/include
-USE_GCC= any
USE_LDCONFIG= yes
USES= pkgconfig
-OPTIONS_DEFINE= ENABLECANCEL
-OPTIONS_DEFAULT= ENABLECANCEL
-ENABLECANCEL_DESC= Enable graceful cancellation of repairs
-
.include <bsd.port.options.mk>
-.if ${PORT_OPTIONS:MENABLECANCEL}
-EXTRA_PATCHES= ${FILESDIR}/xpatch-addcancel-par2repairer.cpp
-.endif
-
post-install:
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
Modified: head/archivers/libpar2/distinfo
==============================================================================
--- head/archivers/libpar2/distinfo Wed Jun 5 10:43:43 2013 (r319976)
+++ head/archivers/libpar2/distinfo Wed Jun 5 11:15:06 2013 (r319977)
@@ -1,2 +1,2 @@
-SHA256 (libpar2-0.2.tar.gz) = 074fbf840f73b1e13e0405fce261078c81c8c0a4859e30a7bba10510f9199908
-SIZE (libpar2-0.2.tar.gz) = 401700
+SHA256 (libpar2-0.3.tar.gz) = 0bcc680db9e8d9fa178b2fec38681ff865d38d283085be1898eac1e615b51b36
+SIZE (libpar2-0.3.tar.gz) = 516329
More information about the svn-ports-all
mailing list