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 /graphics | |
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 'graphics')
-rw-r--r-- | graphics/ruby-opengl/Makefile | 2 | ||||
-rw-r--r-- | graphics/ruby-pgplot/Makefile | 2 | ||||
-rw-r--r-- | graphics/rubygem-objectdetect/Makefile | 2 | ||||
-rw-r--r-- | graphics/rubygem-turing/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/graphics/ruby-opengl/Makefile b/graphics/ruby-opengl/Makefile index 715381a94d00..1b267bec244c 100644 --- a/graphics/ruby-opengl/Makefile +++ b/graphics/ruby-opengl/Makefile @@ -15,7 +15,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= OpenGL/GLU/GLUT interface modules for Ruby DEPRECATED= Does not work with Ruby 1.9 -EXPIRATION_DATE= 2012-05-02 +EXPIRATION_DATE= 2013-05-02 USE_RUBY= yes USE_RUBY_EXTCONF= yes diff --git a/graphics/ruby-pgplot/Makefile b/graphics/ruby-pgplot/Makefile index 26225067899a..04e26dd53486 100644 --- a/graphics/ruby-pgplot/Makefile +++ b/graphics/ruby-pgplot/Makefile @@ -14,7 +14,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= A Ruby interface to PGPLOT graphics library DEPRECATED= Does not work with Ruby 1.9 -EXPIRATION_DATE= 2012-05-02 +EXPIRATION_DATE= 2013-05-02 LIB_DEPENDS= pgplot.5:${PORTSDIR}/graphics/pgplot BUILD_DEPENDS= ${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray diff --git a/graphics/rubygem-objectdetect/Makefile b/graphics/rubygem-objectdetect/Makefile index 62e20bc1fdd5..e57e0f8b0675 100644 --- a/graphics/rubygem-objectdetect/Makefile +++ b/graphics/rubygem-objectdetect/Makefile @@ -13,7 +13,7 @@ MAINTAINER= tota@FreeBSD.org COMMENT= A simple library for detecting objects in pictures DEPRECATED= Does not work with Ruby 1.9 -EXPIRATION_DATE= 2012-05-02 +EXPIRATION_DATE= 2013-05-02 LIB_DEPENDS= opencv_legacy.2:${PORTSDIR}/graphics/opencv diff --git a/graphics/rubygem-turing/Makefile b/graphics/rubygem-turing/Makefile index 06c47441a618..5aa71ad5cfd6 100644 --- a/graphics/rubygem-turing/Makefile +++ b/graphics/rubygem-turing/Makefile @@ -11,7 +11,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Easy to use and customize/extend implementation of captcha DEPRECATED= Does not work with Ruby 1.9 -EXPIRATION_DATE= 2012-05-02 +EXPIRATION_DATE= 2013-05-02 RUN_DEPENDS= rubygem-gd2>=1.0:${PORTSDIR}/graphics/rubygem-gd2 |