diff options
author | Steve Wills <swills@FreeBSD.org> | 2013-03-03 01:43:02 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2013-03-03 01:43:02 +0000 |
commit | 74eec317c830675f2ca3e54fdd5312c6a6661883 (patch) | |
tree | f2a3da28918a59fea0d635fb086a8bdfc5056fab /textproc/ruby-xmlscan-old | |
parent | db6eec82651e87f7fa29877c5357748b8d9f8cf1 (diff) |
- Fix EXPIRATION date, we are in 2013, not 2012
Pointyhat to: swills
Reported by: bapt
Notes
Notes:
svn path=/head/; revision=313317
Diffstat (limited to 'textproc/ruby-xmlscan-old')
-rw-r--r-- | textproc/ruby-xmlscan-old/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/ruby-xmlscan-old/Makefile b/textproc/ruby-xmlscan-old/Makefile index ef94f37619fd..c898b01bd7f2 100644 --- a/textproc/ruby-xmlscan-old/Makefile +++ b/textproc/ruby-xmlscan-old/Makefile @@ -12,7 +12,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Pure Ruby XML/HTML scanner and XPath processor/compiler modules DEPRECATED= Does not work with Ruby 1.9 -EXPIRATION_DATE= 2012-05-02 +EXPIRATION_DATE= 2013-05-02 BUILD_DEPENDS= racc:${PORTSDIR}/devel/ruby-racc |