diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2003-08-21 03:03:53 +0000 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2003-08-21 03:03:53 +0000 |
commit | d54bebc871026eeb956f3b4721234e0c08013c79 (patch) | |
tree | 1b13b848518a093566fdf32f6e92d55125b0ac26 /net/xbone | |
parent | f51f12e6eb27747ac396cff2b115768c9c8aa658 (diff) | |
download | FreeBSD-ports-d54bebc871026eeb956f3b4721234e0c08013c79.zip FreeBSD-ports-d54bebc871026eeb956f3b4721234e0c08013c79.tar.gz |
Add forgotten patch in the PR.
PR: ports/55648
Diffstat (limited to 'net/xbone')
-rw-r--r-- | net/xbone/Makefile | 1 | ||||
-rw-r--r-- | net/xbone/files/patch-XB_Defs.pm | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/net/xbone/Makefile b/net/xbone/Makefile index c44c019..630671a 100644 --- a/net/xbone/Makefile +++ b/net/xbone/Makefile @@ -7,6 +7,7 @@ PORTNAME= XBone PORTVERSION= 2.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.isi.edu/xbone/software/x-bone/ diff --git a/net/xbone/files/patch-XB_Defs.pm b/net/xbone/files/patch-XB_Defs.pm index a266b78..506b284 100644 --- a/net/xbone/files/patch-XB_Defs.pm +++ b/net/xbone/files/patch-XB_Defs.pm @@ -5,7 +5,7 @@ $XB_Defs::XBONE_VERSION_DATE = # Date this version was created. - "30/10/2001"; # "<day_num>/<month_num>/<year_num>" -+ "1/1/2003"; # "<day_num>/<month_num>/<year_num>" ++ "10/1/2003"; # "<day_num>/<month_num>/<year_num>" # `date "+%d/%m/%Y"`; # <- for development $XB_Defs::XBONE_OBSOLETE_LIMIT = # Seconds after the version date |