diff options
author | Po-Chien Lin <pclin@FreeBSD.org> | 2013-03-14 08:17:39 +0000 |
---|---|---|
committer | Po-Chien Lin <pclin@FreeBSD.org> | 2013-03-14 08:17:39 +0000 |
commit | 98d451887b5744daee140068ba1ea22fa8004bb1 (patch) | |
tree | 57140d90fa56f736654c99558bb40c030c04b502 /graphics/gtkam | |
parent | - Update to 0.13.2 (diff) |
- graphics/libexif:
* Update to 0.6.21
* Add LICENSE
* Switch to OptionsNG and PORTDOCS
- Document libexif 2012-07-12 vulnerabilty
- Bump PORTREVISION for libexif related ports
- Trim headers while here
PR: ports/175910
Approved by: swills (mentor)
Security: d881d254-70c6-11e2-862d-080027a5ec9a
Diffstat (limited to 'graphics/gtkam')
-rw-r--r-- | graphics/gtkam/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/graphics/gtkam/Makefile b/graphics/gtkam/Makefile index 5c1a3f90fa18..0ef50baae6ad 100644 --- a/graphics/gtkam/Makefile +++ b/graphics/gtkam/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: gtkam -# Date created: 10 June 2002 -# Whom: ports@FreeBSD.org -# +# Created by: ports@FreeBSD.org # $FreeBSD$ -# PORTNAME= gtkam PORTVERSION= 0.1.18 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= SF/gphoto/${PORTNAME}/${PORTVERSION} |