diff options
author | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-05-18 21:04:16 +0000 |
---|---|---|
committer | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-05-18 21:04:16 +0000 |
commit | ede8070bcdee4ce278e9c2ff2ec2bdc51ecd27b9 (patch) | |
tree | 5e297b273dccf939c40b84e49e8658d16e5676f6 | |
parent | 846a4df47bf760a54750a13625d513d959cb2cc4 (diff) | |
download | ports-ede8070bcdee4ce278e9c2ff2ec2bdc51ecd27b9.tar.gz ports-ede8070bcdee4ce278e9c2ff2ec2bdc51ecd27b9.zip |
Notes
-rw-r--r-- | games/dcross/Makefile | 2 | ||||
-rw-r--r-- | games/openbubbles/Makefile | 11 | ||||
-rw-r--r-- | games/openbubbles/pkg-descr | 2 | ||||
-rw-r--r-- | games/pythonsudoku/Makefile | 2 | ||||
-rw-r--r-- | games/robocalypto/Makefile | 2 | ||||
-rw-r--r-- | games/sudoku-sensei/Makefile | 2 |
6 files changed, 9 insertions, 12 deletions
diff --git a/games/dcross/Makefile b/games/dcross/Makefile index 90130094add5..939a74633843 100644 --- a/games/dcross/Makefile +++ b/games/dcross/Makefile @@ -12,7 +12,7 @@ DISTFILES= ${PORTNAME}_${DISTVERSION}${EXTRACT_SUFX} \ ${PORTNAME}_icons${EXTRACT_SUFX}:icons DIST_SUBDIR= python -MAINTAINER= nemysis@FreeBSD.org +MAINTAINER= games@FreeBSD.org COMMENT= Unconventional falling block game LICENSE= GPLv2 diff --git a/games/openbubbles/Makefile b/games/openbubbles/Makefile index b551440f00c8..ecbc97b526a3 100644 --- a/games/openbubbles/Makefile +++ b/games/openbubbles/Makefile @@ -5,23 +5,20 @@ PORTNAME= openbubbles PORTVERSION= 1.2 PORTREVISION= 1 CATEGORIES= games -MASTER_SITES= http://www.freewebs.com/lasindi/${PORTNAME}/ \ - SF/nemysisfreebsdp/${CATEGORIES}/:icons +MASTER_SITES= SF/nemysisfreebsdp/${CATEGORIES}/${PORTNAME}/ DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ - ${PORTNAME}_icons${EXTRACT_SUFX}:icons + ${PORTNAME}_icons${EXTRACT_SUFX} -MAINTAINER= nemysis@FreeBSD.org +MAINTAINER= games@FreeBSD.org COMMENT= Clone of Evan Bailey's game Bubbles LICENSE= GPLv2 -USE_BZIP2= yes +USES= tar:bzip2 USE_SDL= sdl gfx image GNU_CONFIGURE= yes -CFLAGS+= -w PORTDOCS= AUTHORS ChangeLog NEWS README - OPTIONS_DEFINE= DOCS INSTALLS_ICONS= yes diff --git a/games/openbubbles/pkg-descr b/games/openbubbles/pkg-descr index 066c0d754092..43957c9b45d5 100644 --- a/games/openbubbles/pkg-descr +++ b/games/openbubbles/pkg-descr @@ -1,3 +1,3 @@ OpenBubbles is a clone of Evan Bailey's game Bubbles. -WWW: http://www.freewebs.com/lasindi/openbubbles/ +WWW: https://web.archive.org/web/20101126190910/http://www.freewebs.com/lasindi/openbubbles/ diff --git a/games/pythonsudoku/Makefile b/games/pythonsudoku/Makefile index 3cf34a07527f..d681db3a8e8c 100644 --- a/games/pythonsudoku/Makefile +++ b/games/pythonsudoku/Makefile @@ -12,7 +12,7 @@ DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ DIST_SUBDIR= python EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} -MAINTAINER= nemysis@FreeBSD.org +MAINTAINER= games@FreeBSD.org COMMENT= Text and graphical program to create or resolve Sudokus LICENSE= GPLv2 diff --git a/games/robocalypto/Makefile b/games/robocalypto/Makefile index 929299cc068b..a194ea610d98 100644 --- a/games/robocalypto/Makefile +++ b/games/robocalypto/Makefile @@ -13,7 +13,7 @@ DISTFILES= PYGGEL-V${DISTVERSION}${DISTVERSIONSUFFIX}${EXTRACT_SUFX} \ DIST_SUBDIR= python EXTRACT_ONLY= PYGGEL-V${DISTVERSION}${DISTVERSIONSUFFIX}${EXTRACT_SUFX} -MAINTAINER= nemysis@FreeBSD.org +MAINTAINER= games@FreeBSD.org COMMENT= PYGGEL demo game LICENSE= Public_Domain_LICENSE diff --git a/games/sudoku-sensei/Makefile b/games/sudoku-sensei/Makefile index a1af00cc0d1e..39a0f4b424c4 100644 --- a/games/sudoku-sensei/Makefile +++ b/games/sudoku-sensei/Makefile @@ -10,7 +10,7 @@ DISTFILES= ${PORTNAME}-src-${DISTVERSION:S/./-/}${EXTRACT_SUFX} \ ${PORTNAME}.png:icons EXTRACT_ONLY= ${PORTNAME}-src-${DISTVERSION:S/./-/}${EXTRACT_SUFX} -MAINTAINER= nemysis@FreeBSD.org +MAINTAINER= games@FreeBSD.org COMMENT= Enjoy playing with Sudoku boards designed by yourself LICENSE= GPLv2 |