diff options
author | tijl <tijl@FreeBSD.org> | 2014-07-16 02:58:59 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-07-16 02:58:59 +0800 |
commit | 834c01faf8e8727be65cb92173054f8ed735454b (patch) | |
tree | d4e76a4c0652c4925efd8f0899f4b9f820a9a1ea /devel | |
parent | c155180563e4ef0ca01730fee2eb8a0ae9718206 (diff) | |
download | freebsd-ports-gnome-834c01faf8e8727be65cb92173054f8ed735454b.tar.gz freebsd-ports-gnome-834c01faf8e8727be65cb92173054f8ed735454b.tar.zst freebsd-ports-gnome-834c01faf8e8727be65cb92173054f8ed735454b.zip |
- Convert multimedia/smpeg* to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-SDL/Makefile | 2 | ||||
-rw-r--r-- | devel/py-game/Makefile | 2 | ||||
-rw-r--r-- | devel/ruby-sdl/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/devel/p5-SDL/Makefile b/devel/p5-SDL/Makefile index 03a07bf24274..612d62e4e391 100644 --- a/devel/p5-SDL/Makefile +++ b/devel/p5-SDL/Makefile @@ -3,7 +3,7 @@ PORTNAME= SDL PORTVERSION= 2.540 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/devel/py-game/Makefile b/devel/py-game/Makefile index 886367be9a51..585e7a81f6e9 100644 --- a/devel/py-game/Makefile +++ b/devel/py-game/Makefile @@ -3,7 +3,7 @@ PORTNAME= game PORTVERSION= 1.9.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel python MASTER_SITES= http://pygame.seul.org/ftp/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/ruby-sdl/Makefile b/devel/ruby-sdl/Makefile index b2e7b35f9105..bc8d3300bd6e 100644 --- a/devel/ruby-sdl/Makefile +++ b/devel/ruby-sdl/Makefile @@ -3,7 +3,7 @@ PORTNAME= sdl PORTVERSION= 2.1.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel graphics audio ruby MASTER_SITES= RUBYFORGE/ruby${PORTNAME}/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} |