mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
Update to 1.7320508.406 and assign to new maintainer. Set PORTEPOCH
due to change of version numbering. PR: ports/125250 Approved by: old maintainer
This commit is contained in:
parent
7d47557605
commit
57e08a072b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=218822
@ -6,17 +6,18 @@
|
||||
#
|
||||
|
||||
PORTNAME= robotfindskitten
|
||||
PORTVERSION= 1600003.248b
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.7320508.406
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://robotfindskitten.org/download/POSIX/
|
||||
DISTNAME= ${PORTNAME}-v${PORTVERSION}
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ceri@FreeBSD.org
|
||||
MAINTAINER= skreuzer@exit2shell.com
|
||||
COMMENT= Yet another zen simulation
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
USE_GNOME= glib12
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
INFO= ${PORTNAME}
|
||||
PLIST_FILES= bin/robotfindskitten
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (robotfindskitten-v1600003.248b.tar.gz) = f2dcce4282d536fae4696d03a46bc12c
|
||||
SHA256 (robotfindskitten-v1600003.248b.tar.gz) = 3b292286d0c0812c50fe0079d597c05fe031f2d7f20f90e03a0cd81de8f0ecd2
|
||||
SIZE (robotfindskitten-v1600003.248b.tar.gz) = 196008
|
||||
MD5 (robotfindskitten-1.7320508.406.tar.gz) = 6b9cf314ffee0de52ed85ac5ba11d66b
|
||||
SHA256 (robotfindskitten-1.7320508.406.tar.gz) = 08c8a826c3cf90a7f3dc1d42b087425af661971585f125b9bedca2bcc2a11852
|
||||
SIZE (robotfindskitten-1.7320508.406.tar.gz) = 406412
|
||||
|
@ -1,11 +1,11 @@
|
||||
--- src/Makefile.in.orig Wed Dec 3 18:43:57 2003
|
||||
+++ src/Makefile.in Wed Dec 3 18:44:12 2003
|
||||
@@ -76,7 +76,7 @@
|
||||
VERSION = @VERSION@
|
||||
|
||||
CFLAGS = $(GLIB_CFLAGS)
|
||||
--- src/Makefile.in.orig 2008-07-04 00:13:35.000000000 -0400
|
||||
+++ src/Makefile.in 2008-07-04 00:13:50.000000000 -0400
|
||||
@@ -170,7 +170,7 @@
|
||||
target_alias = @target_alias@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
-execgamesdir = $(prefix)/games
|
||||
+execgamesdir = $(prefix)/bin
|
||||
execgames_PROGRAMS = robotfindskitten
|
||||
robotfindskitten_SOURCES = draw.h messages.h robotfindskitten.c
|
||||
all: all-am
|
||||
|
||||
robotfindskitten_SOURCES = cunit.h cunit.c draw.h messages.h robotfindskitten.c
|
||||
|
Loading…
Reference in New Issue
Block a user