svn commit: r366417 - head/archivers/rubygem-archive-tar-minitar

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Aug 28 16:24:26 UTC 2014


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 at 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/


More information about the svn-ports-all mailing list