You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
81fd177e72
Fix livecheck to ignore future release candidates (if any).
9 lines
269 B
Diff
9 lines
269 B
Diff
--- a/sqlgrey-logstats.pl 2012-08-24 18:05:39.000000000 -0700
|
|
+++ b/sqlgrey-logstats.pl 2012-08-24 18:06:53.000000000 -0700
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/perl -w
|
|
+#!@PERL_BIN@ -w
|
|
|
|
# sqlgrey: a postfix greylisting policy server using an SQL backend
|
|
# based on postgrey
|