diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-17 02:47:05 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-17 02:47:05 +0800 |
commit | da1b2366cec1ea098aa31f11e18e3b7370978e46 (patch) | |
tree | 41c9f6f15bbe4cd07e8ee1924001bdf90e77c351 /graphics/cairo/Makefile | |
parent | 4e3c0e0bef5519a5e9a2b671112ac9bd3467be39 (diff) | |
download | marcuscom-ports-da1b2366cec1ea098aa31f11e18e3b7370978e46.tar marcuscom-ports-da1b2366cec1ea098aa31f11e18e3b7370978e46.tar.gz marcuscom-ports-da1b2366cec1ea098aa31f11e18e3b7370978e46.tar.bz2 marcuscom-ports-da1b2366cec1ea098aa31f11e18e3b7370978e46.tar.lz marcuscom-ports-da1b2366cec1ea098aa31f11e18e3b7370978e46.tar.xz marcuscom-ports-da1b2366cec1ea098aa31f11e18e3b7370978e46.tar.zst marcuscom-ports-da1b2366cec1ea098aa31f11e18e3b7370978e46.zip |
Instead of not hashing a NULL filename at all, create a [weak] random
number for the hash.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4515 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/cairo/Makefile')
-rw-r--r-- | graphics/cairo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index c0f47a242..572a8b6fd 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -3,12 +3,12 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/cairo/Makefile,v 1.21 2005/08/13 20:21:02 marcus Exp $ +# $MCom: ports/graphics/cairo/Makefile,v 1.22 2005/08/16 18:34:17 marcus Exp $ # PORTNAME= cairo PORTVERSION= 0.9.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/snapshots/ |