svn commit: r387106 - head/devel/rubygem-ascii85
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat May 23 07:14:40 UTC 2015
Author: sunpoet
Date: Sat May 23 07:14:39 2015
New Revision: 387106
URL: https://svnweb.freebsd.org/changeset/ports/387106
Log:
- Add LICENSE
- Use = instead of +=
- Update WWW
Modified:
head/devel/rubygem-ascii85/Makefile
head/devel/rubygem-ascii85/pkg-descr
Modified: head/devel/rubygem-ascii85/Makefile
==============================================================================
--- head/devel/rubygem-ascii85/Makefile Sat May 23 07:14:34 2015 (r387105)
+++ head/devel/rubygem-ascii85/Makefile Sat May 23 07:14:39 2015 (r387106)
@@ -10,11 +10,13 @@ DISTNAME= Ascii85-${PORTVERSION}
MAINTAINER= ruby at FreeBSD.org
COMMENT= Encode/decode Adobe's binary-to-text encoding of the same name
+LICENSE= MIT
+
GEM_NAME= ${DISTNAME}
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
-PLIST_FILES+= bin/ascii85
+PLIST_FILES= bin/ascii85
.include <bsd.port.mk>
Modified: head/devel/rubygem-ascii85/pkg-descr
==============================================================================
--- head/devel/rubygem-ascii85/pkg-descr Sat May 23 07:14:34 2015 (r387105)
+++ head/devel/rubygem-ascii85/pkg-descr Sat May 23 07:14:39 2015 (r387106)
@@ -1,4 +1,4 @@
Ascii85 provides methods to encode/decode Adobe's binary-to-text encoding of
the same name
-WWW: http://rubygems.org/gems/ascii85/
+WWW: https://github.com/datawraith/ascii85gem
More information about the svn-ports-all
mailing list