Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Aug 2014 16:24:25 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r366417 - head/archivers/rubygem-archive-tar-minitar
Message-ID:  <201408281624.s7SGOPeE029147@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Aug 28 16:24:25 2014
New Revision: 366417
URL: http://svnweb.freebsd.org/changeset/ports/366417
QAT: https://qat.redports.org/buildarchive/r366417/

Log:
  - Add LICENSE
  - Remove DISTNAME
  - Capitalize leading character in COMMENT
  - Use ASCII characters in pkg-descr

Modified:
  head/archivers/rubygem-archive-tar-minitar/Makefile
  head/archivers/rubygem-archive-tar-minitar/pkg-descr

Modified: head/archivers/rubygem-archive-tar-minitar/Makefile
==============================================================================
--- head/archivers/rubygem-archive-tar-minitar/Makefile	Thu Aug 28 15:31:36 2014	(r366416)
+++ head/archivers/rubygem-archive-tar-minitar/Makefile	Thu Aug 28 16:24:25 2014	(r366417)
@@ -4,14 +4,17 @@ PORTNAME=	archive-tar-minitar
 PORTVERSION=	0.5.2
 CATEGORIES=	archivers rubygems
 MASTER_SITES=	RG
-DISTNAME=	archive-tar-minitar-${PORTVERSION}
 
 MAINTAINER=	ruby@FreeBSD.org
-COMMENT=	library and command-line utility for tar archives
+COMMENT=	Library and command-line utility for tar archives
+
+LICENSE=	GPLv2 GPLv3 RUBY
+LICENSE_COMB=	dual
 
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
+
 PLIST_FILES=	bin/minitar
 
 .include <bsd.port.mk>

Modified: head/archivers/rubygem-archive-tar-minitar/pkg-descr
==============================================================================
--- head/archivers/rubygem-archive-tar-minitar/pkg-descr	Thu Aug 28 15:31:36 2014	(r366416)
+++ head/archivers/rubygem-archive-tar-minitar/pkg-descr	Thu Aug 28 16:24:25 2014	(r366417)
@@ -1,12 +1,10 @@
 Archive::Tar::Minitar is a pure-Ruby library and command-line utility that
 provides the ability to deal with POSIX tar(1) archive files. The
-implementation is based heavily on Mauricio Fernández's implementation
+implementation is based heavily on Mauricio Fernandez's implementation
 in rpa-base, but has been reorganised to promote reuse in other projects.
 
 The library can only handle files and directories at this point.
 The command line utility, minitar, can only create archives, extract from
 archives, and list archive contents.
 
-LICENSE: Ruby License or GPL2 or later
-
 WWW: http://rubygems.org/gems/archive-tar-minitar/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408281624.s7SGOPeE029147>