diff options
author | tijl <tijl@FreeBSD.org> | 2016-12-09 00:39:11 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2016-12-09 00:39:11 +0800 |
commit | 24f1021eb22e46fde724ad8dff4a0304ad3b792f (patch) | |
tree | ad815939be3bffba08aba37cf0ca640ef860f55c /games/cake | |
parent | 326005bc047e498bc40a9a520a1f83afde7094ba (diff) | |
download | freebsd-ports-gnome-24f1021eb22e46fde724ad8dff4a0304ad3b792f.tar.gz freebsd-ports-gnome-24f1021eb22e46fde724ad8dff4a0304ad3b792f.tar.zst freebsd-ports-gnome-24f1021eb22e46fde724ad8dff4a0304ad3b792f.zip |
Remove libjpeg.so.11 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
Diffstat (limited to 'games/cake')
-rw-r--r-- | games/cake/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/cake/Makefile b/games/cake/Makefile index 4e87cbbc8363..5beff7497640 100644 --- a/games/cake/Makefile +++ b/games/cake/Makefile @@ -3,7 +3,7 @@ PORTNAME= cake PORTVERSION= 2005.12.26 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= games MASTER_SITES= http://freebsd.nsu.ru/distfiles/ DISTNAME= ${PORTNAME}_src_${PORTVERSION:S/.//g} |