diff options
author | jbeich <jbeich@FreeBSD.org> | 2015-05-08 00:22:06 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2015-05-08 00:22:06 +0800 |
commit | a536185c581d6682fd50b5fa5d87b08be649e201 (patch) | |
tree | abdb4bb58a043da19f31c0b85e7319f7fe80fa1c /graphics/epdfview | |
parent | 82a542ed43fd9ba913366063a15259f2983060cb (diff) | |
download | freebsd-ports-gnome-a536185c581d6682fd50b5fa5d87b08be649e201.tar.gz freebsd-ports-gnome-a536185c581d6682fd50b5fa5d87b08be649e201.tar.zst freebsd-ports-gnome-a536185c581d6682fd50b5fa5d87b08be649e201.zip |
graphics/epdfview: refresh with working mirrors
trac.emma-soft.com -> No address record
mirror.slitaz.org -> Not Found (only .tar.gz available)
Diffstat (limited to 'graphics/epdfview')
-rw-r--r-- | graphics/epdfview/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/epdfview/Makefile b/graphics/epdfview/Makefile index 4c21e9fe0f49..1c7951a1be1c 100644 --- a/graphics/epdfview/Makefile +++ b/graphics/epdfview/Makefile @@ -5,16 +5,16 @@ PORTNAME= epdfview PORTVERSION= 0.1.8 PORTREVISION= 8 CATEGORIES= graphics print gnome -MASTER_SITES= http://trac.emma-soft.com/epdfview/chrome/site/releases/ \ - http://mirror.slitaz.org/sources/packages/e/ +MASTER_SITES= FRUGALWARE/xapps-extra/${PORTNAME} \ + ftp://ftp.slackware.com/.1/blfs/conglomeration/${PORTNAME}/ \ + http://anduin.linuxfromscratch.org/sources/BLFS/conglomeration/${PORTNAME}/ \ + http://pkgs.fedoraproject.org/repo/pkgs/${PORTNAME}/${DISTNAME}${EXTRACT_SUFX}/e50285b01612169b2594fea375f53ae4/ MAINTAINER= ports@FreeBSD.org COMMENT= Lightweight PDF document viewer LICENSE= GPLv2 -BROKEN= No public distfiles - BUILD_DEPENDS= cppunit-config:${PORTSDIR}/devel/cppunit LIB_DEPENDS= libpoppler-glib.so:${PORTSDIR}/graphics/poppler-glib |