diff options
| author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-08-21 03:03:53 +0000 |
|---|---|---|
| committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-08-21 03:03:53 +0000 |
| commit | 8c6fb11a76b289ab70e36e6a966f91a4c61158e0 (patch) | |
| tree | df7cc5577e59398c9f67087fc5f27d6b6b1b4628 | |
| parent | Correct PREFIX. Bump PORTREVISION. (diff) | |
Add forgotten patch in the PR.
PR: ports/55648
| -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 c44c019e650f..630671ab25ad 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 a266b78de88f..506b2841a275 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 |
