diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2010-03-14 17:11:26 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2010-03-14 17:11:26 +0000 |
commit | 671f4fec5e17720753b024960e7a059a30f4d660 (patch) | |
tree | bbeb65d5f0cf79c7a0f2f5081ebb9dcadb2ed0ed /www/firefox-sync | |
parent | 9d0b79a142d0dc1b3709c204a217548990be7f85 (diff) | |
download | ports-671f4fec5e17720753b024960e7a059a30f4d660.tar.gz ports-671f4fec5e17720753b024960e7a059a30f4d660.zip |
Notes
Diffstat (limited to 'www/firefox-sync')
-rw-r--r-- | www/firefox-sync/Makefile | 5 | ||||
-rw-r--r-- | www/firefox-sync/distinfo | 6 | ||||
-rw-r--r-- | www/firefox-sync/files/patch-crypto-src-Makefile | 2 |
3 files changed, 6 insertions, 7 deletions
diff --git a/www/firefox-sync/Makefile b/www/firefox-sync/Makefile index 3384aaca7386..b7877ecc7ae6 100644 --- a/www/firefox-sync/Makefile +++ b/www/firefox-sync/Makefile @@ -6,8 +6,7 @@ # PORTNAME= weave -PORTVERSION= 1.0 -PORTREVISION= 1 +PORTVERSION= 1.1 PORTEPOCH= 2 CATEGORIES= www MASTER_SITES= http://files.roorback.net/ \ @@ -29,7 +28,7 @@ USE_GMAKE= yes .if ${ARCH} == i386 PLATFORM= FreeBSD_x86-gcc3 .elif ${ARCH} == amd64 -PLATFORM= FreeBSD_x86_64-gcc3 +PLATFORM= FreeBSD_amd64-gcc3 .endif GMAKE_FLAGS= sdkdir=${PREFIX}/lib/firefox3/sdk rebuild_crypto=1 release_build=1 platform_target=${PLATFORM} diff --git a/www/firefox-sync/distinfo b/www/firefox-sync/distinfo index 313794255982..9bc6574221db 100644 --- a/www/firefox-sync/distinfo +++ b/www/firefox-sync/distinfo @@ -1,3 +1,3 @@ -MD5 (weave-1.0.tar.bz2) = b8fd56c345aa1559738a22af1e3f5317 -SHA256 (weave-1.0.tar.bz2) = a006e2e5b2f98cac3cd19179a58571b3e7f62b1cedda8578d2bf94954042612f -SIZE (weave-1.0.tar.bz2) = 433583 +MD5 (weave-1.1.tar.bz2) = 1ccba18e4ef22ed6ee48cdf82e2689b7 +SHA256 (weave-1.1.tar.bz2) = 555fc3087abcc4b71467f57c7699c3e22a240b126a3abe49d663d7754977a290 +SIZE (weave-1.1.tar.bz2) = 434653 diff --git a/www/firefox-sync/files/patch-crypto-src-Makefile b/www/firefox-sync/files/patch-crypto-src-Makefile index 7dda9f4e6b98..8e2e919d544e 100644 --- a/www/firefox-sync/files/patch-crypto-src-Makefile +++ b/www/firefox-sync/files/patch-crypto-src-Makefile @@ -41,7 +41,7 @@ arch = x86_64 else +ifeq ($(machine), amd64) -+ arch = x86_64 ++ arch = amd64 +else $(error: Sorry, your architecture is unknown/unsupported: $(machine)) endif |