diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-05-31 07:10:20 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-05-31 07:10:20 +0800 |
commit | ec9aad06b9c4dff85da9fbbdb805909460dd7b3a (patch) | |
tree | 334f85fb149a05b44cbefe4d839ecd9a0b9c957d | |
parent | 53fe156db215cfd819ad48ee9375e6f7380aa6af (diff) | |
download | freebsd-ports-gnome-ec9aad06b9c4dff85da9fbbdb805909460dd7b3a.tar.gz freebsd-ports-gnome-ec9aad06b9c4dff85da9fbbdb805909460dd7b3a.tar.zst freebsd-ports-gnome-ec9aad06b9c4dff85da9fbbdb805909460dd7b3a.zip |
- Add LICENSE
- Reformat pkg-descr
- Update WWW
-rw-r--r-- | devel/rubygem-logging/Makefile | 2 | ||||
-rw-r--r-- | devel/rubygem-logging/pkg-descr | 11 |
2 files changed, 7 insertions, 6 deletions
diff --git a/devel/rubygem-logging/Makefile b/devel/rubygem-logging/Makefile index 7dc1699e9444..90399acc6b4b 100644 --- a/devel/rubygem-logging/Makefile +++ b/devel/rubygem-logging/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Logging library based on Java's log4j +LICENSE= MIT + RUN_DEPENDS= rubygem-little-plugger>=1.1.3:${PORTSDIR}/devel/rubygem-little-plugger \ rubygem-multi_json>=1.8.4:${PORTSDIR}/devel/rubygem-multi_json diff --git a/devel/rubygem-logging/pkg-descr b/devel/rubygem-logging/pkg-descr index 123e5b1d0fd0..35b36535dd4c 100644 --- a/devel/rubygem-logging/pkg-descr +++ b/devel/rubygem-logging/pkg-descr @@ -1,7 +1,6 @@ -Logging is a flexible logging library for use in -Ruby programs based on the design of Java's log4j -library. It features a hierarchical logging system, -custom level names, multiple output destinations -per log event, custom formatting, and more. +Logging is a flexible logging library for use in Ruby programs based on the +design of Java's log4j library. It features a hierarchical logging system, +custom level names, multiple output destinations per log event, custom +formatting, and more. -WWW: http://rubygems.org/gems/logging +WWW: https://github.com/TwP/logging |