From e08c72b4818dedf918c6fe30621cb5bc7c960f1d Mon Sep 17 00:00:00 2001 From: acm Date: Sun, 9 Aug 2015 08:06:43 +0000 Subject: - editors/lazarus update to 1.4.2 - Add USE_FPC_RUN to bsd.fpc.mk. It add fpc units like run dependencies. Otherwise fpc units only are added like build dependencies (less dependencies registered when they are installed with pkg). - Remove GTK1 obsolete dependencies - Bump all ports with dependencies of fpc-* units - Bump all ports with dependencies of lazarus ports - Clean up --- audio/fpc-a52/Makefile | 2 +- audio/fpc-mad/Makefile | 2 +- audio/fpc-modplug/Makefile | 2 +- audio/fpc-oggvorbis/Makefile | 2 +- audio/fpc-openal/Makefile | 2 +- audio/fpc-sndfile/Makefile | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'audio') diff --git a/audio/fpc-a52/Makefile b/audio/fpc-a52/Makefile index b6bfaa0cb94a..300083b7aa1c 100644 --- a/audio/fpc-a52/Makefile +++ b/audio/fpc-a52/Makefile @@ -1,7 +1,7 @@ # Created by: Christopher Key # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= audio lang PKGNAMESUFFIX= -a52 diff --git a/audio/fpc-mad/Makefile b/audio/fpc-mad/Makefile index a66aee4927cc..ebc3da1d8453 100644 --- a/audio/fpc-mad/Makefile +++ b/audio/fpc-mad/Makefile @@ -1,7 +1,7 @@ # Created by: Christopher Key # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio lang PKGNAMESUFFIX= -mad diff --git a/audio/fpc-modplug/Makefile b/audio/fpc-modplug/Makefile index fae8c616a1ab..50f031336739 100644 --- a/audio/fpc-modplug/Makefile +++ b/audio/fpc-modplug/Makefile @@ -1,7 +1,7 @@ # Created by: Christopher Key # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= audio lang PKGNAMESUFFIX= -modplug diff --git a/audio/fpc-oggvorbis/Makefile b/audio/fpc-oggvorbis/Makefile index 2a4fea1b7c02..34e03b5e144e 100644 --- a/audio/fpc-oggvorbis/Makefile +++ b/audio/fpc-oggvorbis/Makefile @@ -1,7 +1,7 @@ # Created by: Christopher Key # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 2 CATEGORIES= audio lang PKGNAMESUFFIX= -oggvorbis diff --git a/audio/fpc-openal/Makefile b/audio/fpc-openal/Makefile index ddc27f10fc2e..5c144247e3e7 100644 --- a/audio/fpc-openal/Makefile +++ b/audio/fpc-openal/Makefile @@ -1,7 +1,7 @@ # Created by: Christopher Key # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= audio lang PKGNAMESUFFIX= -openal diff --git a/audio/fpc-sndfile/Makefile b/audio/fpc-sndfile/Makefile index 1b22cb6011f2..0eba502204b1 100644 --- a/audio/fpc-sndfile/Makefile +++ b/audio/fpc-sndfile/Makefile @@ -1,7 +1,7 @@ # Created by: Christopher Key # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= audio lang PKGNAMESUFFIX= -sndfile -- cgit