diff options
author | swills <swills@FreeBSD.org> | 2013-03-03 09:43:02 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2013-03-03 09:43:02 +0800 |
commit | 78f16469ba9ea7aa5dd68b1918cfa0123cb5ccfc (patch) | |
tree | f2a3da28918a59fea0d635fb086a8bdfc5056fab /net-im | |
parent | ece1fb9064b09807256ae9567d74292560b1ee03 (diff) | |
download | freebsd-ports-gnome-78f16469ba9ea7aa5dd68b1918cfa0123cb5ccfc.tar.gz freebsd-ports-gnome-78f16469ba9ea7aa5dd68b1918cfa0123cb5ccfc.tar.zst freebsd-ports-gnome-78f16469ba9ea7aa5dd68b1918cfa0123cb5ccfc.zip |
- Fix EXPIRATION date, we are in 2013, not 2012
Pointyhat to: swills
Reported by: bapt
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/rubygem-termtter/Makefile | 2 | ||||
-rw-r--r-- | net-im/rubygem-xmpp4r/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-im/rubygem-termtter/Makefile b/net-im/rubygem-termtter/Makefile index cd80731ca6f1..19aaa76afc66 100644 --- a/net-im/rubygem-termtter/Makefile +++ b/net-im/rubygem-termtter/Makefile @@ -10,7 +10,7 @@ MAINTAINER= dhn@FreeBSD.org COMMENT= Terminal based Twitter client DEPRECATED= Does not work with Ruby 1.9 -EXPIRATION_DATE= 2012-05-02 +EXPIRATION_DATE= 2013-05-02 RUN_DEPENDS= rubygem-json>=1.1.3:${PORTSDIR}/devel/rubygem-json \ rubygem-termcolor>=1.0.0:${PORTSDIR}/textproc/rubygem-termcolor \ diff --git a/net-im/rubygem-xmpp4r/Makefile b/net-im/rubygem-xmpp4r/Makefile index a6f2f72be80a..171635f87711 100644 --- a/net-im/rubygem-xmpp4r/Makefile +++ b/net-im/rubygem-xmpp4r/Makefile @@ -11,7 +11,7 @@ MAINTAINER= miwi@FreeBSD.org COMMENT= XMPP/Jabber library for Ruby DEPRECATED= Does not work with Ruby 1.9 -EXPIRATION_DATE= 2012-05-02 +EXPIRATION_DATE= 2013-05-02 USE_RUBY= yes USE_RUBYGEMS= yes |