diff options
Diffstat (limited to 'graphics/stamp/Makefile')
-rw-r--r-- | graphics/stamp/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/stamp/Makefile b/graphics/stamp/Makefile index 3c6bd268b946..0e30673fc275 100644 --- a/graphics/stamp/Makefile +++ b/graphics/stamp/Makefile @@ -1,6 +1,6 @@ PORTNAME= stamp PORTVERSION= 2.0.8 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= graphics MASTER_SITES= SF @@ -11,6 +11,9 @@ WWW= https://stamp.sourceforge.net/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= historical tool, use imagemagick instead +EXPIRATION_DATE= 2025-12-31 + USES= jpeg localbase GNU_CONFIGURE= yes |