diff options
author | matthew <matthew@FreeBSD.org> | 2015-07-08 17:12:06 +0800 |
---|---|---|
committer | matthew <matthew@FreeBSD.org> | 2015-07-08 17:12:06 +0800 |
commit | 8be88161c14f9ee429640771837979168c7f2daf (patch) | |
tree | 19a01937b89f043d3280d9bcb986c6b8b3f51741 /databases | |
parent | 3b127648657419e95d0188118429cfe313323088 (diff) | |
download | freebsd-ports-gnome-8be88161c14f9ee429640771837979168c7f2daf.tar.gz freebsd-ports-gnome-8be88161c14f9ee429640771837979168c7f2daf.tar.zst freebsd-ports-gnome-8be88161c14f9ee429640771837979168c7f2daf.zip |
Fix previous shoddy attempt to set the EXPIRATION_DATE.
Also, on advice reduce the expiration period to two weeks.
Submitted by: mat
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBD-Pg32/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/p5-DBD-Pg32/Makefile b/databases/p5-DBD-Pg32/Makefile index b7e3364a2d73..b1a87d2d2168 100644 --- a/databases/p5-DBD-Pg32/Makefile +++ b/databases/p5-DBD-Pg32/Makefile @@ -13,7 +13,7 @@ MAINTAINER= matthew@FreeBSD.org COMMENT= Provides access to PostgreSQL databases through the DBI DEPRECATED= Use databases/p5-DBD-Pg instead, compatability probles are fixed -EXPIRY= 20150908 +EXPIRATION_DATE= 2015-07-22 LICENSE= ART10 GPLv1 LICENSE_COMB= dual |