[108423] trunk/dports/databases
Ryan Schmidt
ryandesign at macports.org
Tue Jul 23 02:48:02 PDT 2013
On Jul 23, 2013, at 01:48, jwa at macports.org wrote:
> Revision: 108423
> https://trac.macports.org/changeset/108423
> Author: jwa at macports.org
> Date: 2013-07-22 23:48:12 -0700 (Mon, 22 Jul 2013)
> Log Message:
> -----------
> postgresql-server: mark distfiles empty, as these ports do not download any files, closing #39834, though that request is about postgresql92 only, not for older than postgresql84, as those are eol
>
> Modified Paths:
> --------------
> trunk/dports/databases/postgresql84-server/Portfile
> trunk/dports/databases/postgresql90-server/Portfile
> trunk/dports/databases/postgresql91-server/Portfile
> trunk/dports/databases/postgresql92-server/Portfile
> trunk/dports/databases/postgresql93-server/Portfile
>
> Modified: trunk/dports/databases/postgresql84-server/Portfile
> ===================================================================
> --- trunk/dports/databases/postgresql84-server/Portfile 2013-07-23 06:41:04 UTC (rev 108422)
> +++ trunk/dports/databases/postgresql84-server/Portfile 2013-07-23 06:48:12 UTC (rev 108423)
> @@ -11,6 +11,7 @@
> license Permissive
> description run postgresql84 as server
> long_description ${description}
> +distfiles
Yes, this is the correct way to indicate that there are no distfiles. You can now remove the overrides for the fetch, checksum and extract phases from those ports since they no longer serve a purpose.
More information about the macports-dev
mailing list