diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2012-04-14 20:24:51 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2012-04-14 20:24:51 +0000 |
commit | 7be25933eaf2d1aa3a5170c9468d1fa26be6d6a6 (patch) | |
tree | ceb97f680c026c2031c8e794d4166ee12c393207 /archivers | |
parent | b98600cc5bf34caedda41d5eebbfddf3e9636a8f (diff) |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/linux-ucl/Makefile | 2 | ||||
-rw-r--r-- | archivers/linux-upx/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/archivers/linux-ucl/Makefile b/archivers/linux-ucl/Makefile index c17a62e8fcf2..0ca4313249b5 100644 --- a/archivers/linux-ucl/Makefile +++ b/archivers/linux-ucl/Makefile @@ -17,6 +17,8 @@ COMMENT= RPM of UCL, a lossless data compression library CONFLICTS= linux-f8-ucl-[0-9]* linux-f10-ucl-[0-9]* +# EXPIRATION_DATE is the EoL of the last 7.x release +EXPIRATION_DATE=2013-02-28 USE_LINUX_RPM= yes RPMVERSION= 3 LINUX_DIST_VER= 4 diff --git a/archivers/linux-upx/Makefile b/archivers/linux-upx/Makefile index b625b1fb99e7..353db4badbc1 100644 --- a/archivers/linux-upx/Makefile +++ b/archivers/linux-upx/Makefile @@ -17,6 +17,8 @@ COMMENT= RPM of UPX, a high-performance executable packer CONFLICTS= linux-f8-upx-[0-9]* linux-f10-upx-[0-9]* +# EXPIRATION_DATE is the EoL of the last 7.x release +EXPIRATION_DATE=2013-02-28 USE_LINUX_RPM= yes USE_LINUX_APPS= ucl RPMVERSION= 4 |