svn commit: r390036 - in head/devel/rubygem-term-ansicolor: . files
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Jun 18 18:57:32 UTC 2015
Author: sunpoet
Date: Thu Jun 18 18:57:31 2015
New Revision: 390036
URL: https://svnweb.freebsd.org/changeset/ports/390036
Log:
- Update to 1.3.1
- Remove EXAMPLES option
Deleted:
head/devel/rubygem-term-ansicolor/files/
Modified:
head/devel/rubygem-term-ansicolor/Makefile
head/devel/rubygem-term-ansicolor/distinfo
Modified: head/devel/rubygem-term-ansicolor/Makefile
==============================================================================
--- head/devel/rubygem-term-ansicolor/Makefile Thu Jun 18 18:57:26 2015 (r390035)
+++ head/devel/rubygem-term-ansicolor/Makefile Thu Jun 18 18:57:31 2015 (r390036)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= term-ansicolor
-PORTVERSION= 1.3.0
+PORTVERSION= 1.3.1
CATEGORIES= devel ruby
MASTER_SITES= RG
@@ -13,18 +13,11 @@ LICENSE= GPLv2
RUN_DEPENDS= rubygem-tins>=1.0:${PORTSDIR}/devel/rubygem-tins
-OPTIONS_DEFINE= EXAMPLES
-
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
-PLIST_FILES= bin/colortab bin/term_display bin/term_mandel
-PORTEXAMPLES= cdiff decolor
-
-post-install:
- ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/
- cd ${WRKSRC}/bin/ && ${INSTALL_SCRIPT} ${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR}/
+PLIST_FILES= bin/term_cdiff bin/term_colortab bin/term_decolor bin/term_display bin/term_mandel
.include <bsd.port.mk>
Modified: head/devel/rubygem-term-ansicolor/distinfo
==============================================================================
--- head/devel/rubygem-term-ansicolor/distinfo Thu Jun 18 18:57:26 2015 (r390035)
+++ head/devel/rubygem-term-ansicolor/distinfo Thu Jun 18 18:57:31 2015 (r390036)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/term-ansicolor-1.3.0.gem) = 8b5caf6839a0c1bbf7a55a9d2fbd3c172f623fa05c427f9b3ea5d75bdfe14fa8
-SIZE (rubygem/term-ansicolor-1.3.0.gem) = 890368
+SHA256 (rubygem/term-ansicolor-1.3.1.gem) = 3881dfecb33903585797a989ef6d0a341f73541f2309956244fea3cd84d4c503
+SIZE (rubygem/term-ansicolor-1.3.1.gem) = 890880
More information about the svn-ports-all
mailing list