diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2015-01-06 18:17:28 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2015-01-06 18:17:28 +0800 |
commit | c0af5db5b533b0ab0eb72a22118211cd00ef7742 (patch) | |
tree | 76a3678c4293e3a7cf5f54a51ac527ca818da9aa /archivers | |
parent | f5cda216d83199be565844ea7972ee0757a86654 (diff) | |
download | freebsd-ports-graphics-c0af5db5b533b0ab0eb72a22118211cd00ef7742.tar.gz freebsd-ports-graphics-c0af5db5b533b0ab0eb72a22118211cd00ef7742.tar.zst freebsd-ports-graphics-c0af5db5b533b0ab0eb72a22118211cd00ef7742.zip |
Move MASTER_SITES from CRITICAL to LOCAL/ehaupt
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/linux-f10-ucl/Makefile | 2 | ||||
-rw-r--r-- | archivers/linux-f10-upx/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/archivers/linux-f10-ucl/Makefile b/archivers/linux-f10-ucl/Makefile index 21747eaa4e5..32f5c853e17 100644 --- a/archivers/linux-f10-ucl/Makefile +++ b/archivers/linux-f10-ucl/Makefile @@ -4,7 +4,7 @@ PORTNAME= ucl PORTVERSION= 1.03 CATEGORIES= archivers linux -MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} +MASTER_SITES= LOCAL/ehaupt/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} MAINTAINER= emulation@FreeBSD.org COMMENT= UCL, a lossless data compression library (Linux Fedora 10) diff --git a/archivers/linux-f10-upx/Makefile b/archivers/linux-f10-upx/Makefile index cd2f9676b4e..a5aa4b03eb4 100644 --- a/archivers/linux-f10-upx/Makefile +++ b/archivers/linux-f10-upx/Makefile @@ -4,7 +4,7 @@ PORTNAME= upx PORTVERSION= 3.03 CATEGORIES= archivers linux -MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} +MASTER_SITES= LOCAL/ehaupt/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} PKGNAMEPREFIX= linux-f10- DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} |