diff options
author | koobs <koobs@FreeBSD.org> | 2013-09-04 17:05:36 +0800 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2013-09-04 17:05:36 +0800 |
commit | 7f9eaf74a971ce15281fc86632940f90b93d9912 (patch) | |
tree | a0fe44e967a0f04f9eee71fabb8351e142264106 /sysutils/libfvde | |
parent | c109258088376b054c3963528cdcffa0eb6ebe2f (diff) | |
download | freebsd-ports-gnome-7f9eaf74a971ce15281fc86632940f90b93d9912.tar.gz freebsd-ports-gnome-7f9eaf74a971ce15281fc86632940f90b93d9912.tar.zst freebsd-ports-gnome-7f9eaf74a971ce15281fc86632940f90b93d9912.zip |
sysutils/libfvde: Update MASTER_SITES to fix fetch 404
- Update MASTER_SITES since Google Code download service is 404 [1]
[1] http://google-opensource.blogspot.com/2013/05/a-change-to-google-code-download-service.html
Reported by: pkg-fallout
Diffstat (limited to 'sysutils/libfvde')
-rw-r--r-- | sysutils/libfvde/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/libfvde/Makefile b/sysutils/libfvde/Makefile index 3ccbdb3f6f3b..cd130360e12b 100644 --- a/sysutils/libfvde/Makefile +++ b/sysutils/libfvde/Makefile @@ -4,7 +4,7 @@ PORTNAME= libfvde PORTVERSION= 20130305 CATEGORIES= sysutils -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= https://googledrive.com/host/0B3fBvzttpiiSLUVJYl9XRWhKSjg/ DISTFILES= ${PORTNAME}-experimental-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= koobs@FreeBSD.org |