diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-10-09 08:07:04 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-10-09 08:07:04 +0000 |
commit | eea6daf09041c8389470887196ee4a010d501a88 (patch) | |
tree | f57948b67a85bad6cb0b2f78d79f3419d4b56a9d /multimedia/openshot/Makefile | |
parent | e63243a85b4ccda3fb692cb27a7770d89876e0f8 (diff) |
- update to 1.4.3
- trim Makefile header
- remove indefinite article
- remove redundand MANCOMPRESSED=no
- tab -> space change in pkg-descr:WWW
changelog:
http://www.openshotvideo.com/2012/10/version-143-released-download-it-now.html
PR: 172286
Submitted by: rm (myself)
Approved by: Rodrigo OSORIO <rodrigo at bebik dot net> (maintainer)
Notes
Notes:
svn path=/head/; revision=305573
Diffstat (limited to 'multimedia/openshot/Makefile')
-rw-r--r-- | multimedia/openshot/Makefile | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/multimedia/openshot/Makefile b/multimedia/openshot/Makefile index 754a94b420a9..48633747d767 100644 --- a/multimedia/openshot/Makefile +++ b/multimedia/openshot/Makefile @@ -1,19 +1,13 @@ -# ex:ts=8 -# Ports collection makefile for: openshot -# Date created: 2011-02-05 -# Whom: Charlie Kester <corky1951@comcast.net> -# +# Created by: Charlie Kester <corky1951@comcast.net> # $FreeBSD$ -# PORTNAME= openshot -PORTVERSION= 1.4.2 -PORTREVISION= 1 +PORTVERSION= 1.4.3 CATEGORIES= multimedia MASTER_SITES= http://launchpad.net/openshot/${PORTVERSION:C/\.[0-9]+$//}/${PORTVERSION}/+download/ MAINTAINER= rodrigo@bebik.net -COMMENT= A non-linear video editor +COMMENT= Non-linear video editor LICENSE= GPLv3 @@ -35,7 +29,6 @@ INSTALLS_OMF= yes MAN1= ${PORTNAME}.1 \ ${PORTNAME}-render.1 -MANCOMPRESSED= no FETCH_ARGS= -pRr post-patch: |