[33738] trunk/dports/databases/postgresql83

Ryan Schmidt ryandesign at macports.org
Mon Feb 4 05:41:25 PST 2008


On Feb 4, 2008, at 07:08, mww at macports.org wrote:

> -#livecheck.check	regex
> -#livecheck.url	${homepage}
> -#livecheck.regex	v(8.3.\[0-9\]+)
> -livecheck.check		regex
> -livecheck.url		http://www.postgresql.org/ftp/source/
> -livecheck.regex		v(8.3RC\[2-9\])
> +livecheck.check	regex
> +livecheck.url	${homepage}
> +livecheck.regex	v(8.3.\[0-9\]+)

The livecheck regex isn't really accurate... you want:

livecheck.regex	v(8\\.3\\.\[0-9\]+)



More information about the macports-dev mailing list