diff options
author | Po-Chien Lin <pclin@FreeBSD.org> | 2013-03-14 16:17:39 +0800 |
---|---|---|
committer | Po-Chien Lin <pclin@FreeBSD.org> | 2013-03-14 16:17:39 +0800 |
commit | 98d451887b5744daee140068ba1ea22fa8004bb1 (patch) | |
tree | 57140d90fa56f736654c99558bb40c030c04b502 /multimedia/dvdstyler | |
parent | c188c4c13a6b78b042f99f221233d955eae068d8 (diff) | |
download | freebsd-ports-gnome-98d451887b5744daee140068ba1ea22fa8004bb1.tar.gz freebsd-ports-gnome-98d451887b5744daee140068ba1ea22fa8004bb1.tar.zst freebsd-ports-gnome-98d451887b5744daee140068ba1ea22fa8004bb1.zip |
- 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 'multimedia/dvdstyler')
-rw-r--r-- | multimedia/dvdstyler/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/multimedia/dvdstyler/Makefile b/multimedia/dvdstyler/Makefile index eb1cc5dac704..0b7ae5049956 100644 --- a/multimedia/dvdstyler/Makefile +++ b/multimedia/dvdstyler/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: dvdstyler -# Date created: 2004-07-30 -# Whom: Michael Johnson <ahze@ahze.net> -# +# Created by: Michael Johnson <ahze@ahze.net> # $FreeBSD$ -# PORTNAME= dvdstyler DISTVERSION= 2.1 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 2 CATEGORIES= multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION} |