diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-04-06 18:26:32 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-04-06 18:26:32 +0000 |
commit | d160d39af867a805184d307fdc1d70fcfe4ab381 (patch) | |
tree | d1ac5ad33df609060e91712ef36ce95f7e3ed7e4 | |
parent | 29db0ed5cdc1c0180ac399e9760abc70111071d6 (diff) | |
download | ports-d160d39af867a805184d307fdc1d70fcfe4ab381.tar.gz ports-d160d39af867a805184d307fdc1d70fcfe4ab381.zip |
Fix MASTER_SITES and WWW
Prompted by: QAT QA run
Notes
Notes:
svn path=/head/; revision=231722
-rw-r--r-- | archivers/stuffit/Makefile | 2 | ||||
-rw-r--r-- | archivers/stuffit/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/archivers/stuffit/Makefile b/archivers/stuffit/Makefile index 77b7528b0a89..3146b55c8e56 100644 --- a/archivers/stuffit/Makefile +++ b/archivers/stuffit/Makefile @@ -9,7 +9,7 @@ PORTNAME= stuffit PORTVERSION= 5.2.0.611 PORTREVISION= 1 CATEGORIES= archivers linux -MASTER_SITES= http://www.allume.com/downloads/files/ +MASTER_SITES= http://my.smithmicro.com/downloads/files/ DISTNAME= stuffit520.611linux-i386 MAINTAINER= ports@FreeBSD.org diff --git a/archivers/stuffit/pkg-descr b/archivers/stuffit/pkg-descr index dfc8ce30933a..834badb3060b 100644 --- a/archivers/stuffit/pkg-descr +++ b/archivers/stuffit/pkg-descr @@ -9,4 +9,4 @@ Command-line utilities to: tar, MacBinary, segmented StuffIt, PrivateFile, bzip2, and AppleSingle. -WWW: http://www.stuffit.com/expander/ +WWW: http://my.smithmicro.com/unix/stuffit/ |