diff options
author | Bartek Rutkowski <robak@FreeBSD.org> | 2014-12-16 20:14:32 +0000 |
---|---|---|
committer | Bartek Rutkowski <robak@FreeBSD.org> | 2014-12-16 20:14:32 +0000 |
commit | c4f3bdb6b102a7726f509169f21cd39ab7fd02b1 (patch) | |
tree | 2366a9e556fa48c16e1cb986d785d5a09760f798 | |
parent | - Update X509 patch to 8.2 which now supports OpenSSH 6.7p1 (diff) |
x11/rxvt-devel: fix EXPIRATION_DATE value 2014-01-13 -> 2015-01-13
PR: 195034
Notes
Notes:
svn path=/head/; revision=374822
-rw-r--r-- | x11/rxvt-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/rxvt-devel/Makefile b/x11/rxvt-devel/Makefile index c1bfdaea326f..50c69215d31b 100644 --- a/x11/rxvt-devel/Makefile +++ b/x11/rxvt-devel/Makefile @@ -12,7 +12,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Low memory usage xterm replacement that supports color DEPRECATED= No longer developed nor maintained and deprecated by x11/xvt and x11/rxvt-unicode -EXPIRATION_DATE=2014-01-13 +EXPIRATION_DATE=2015-01-13 USES= libtool perl5 USE_LDCONFIG= yes |