Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
pkgs.fedoraproject.org moved to src.fedoraproject.org
  • Loading branch information
l2dy committed Feb 22, 2018
1 parent af8eb3d commit b7b34c2
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion graphics/magicpoint/Portfile
Expand Up @@ -9,7 +9,7 @@ license BSD

homepage http://member.wide.ad.jp/wg/mgp/
master_sites ftp://sh.wide.ad.jp/WIDE/free-ware/mgp/ \
http://pkgs.fedoraproject.org/repo/pkgs/MagicPoint/${distfiles}/ebc403982956e918ab327c54a90b44e0/
https://src.fedoraproject.org/repo/pkgs/MagicPoint/${distfiles}/ebc403982956e918ab327c54a90b44e0/
checksums md5 ebc403982956e918ab327c54a90b44e0 \
rmd160 067d7dee3b90ec354975d9ad4ea0c0df48cca191 \
sha256 205e6752e3cb024bcce0583b43dafc9b89490c0016daa91d2486891edcf2cfc1
Expand Down
2 changes: 1 addition & 1 deletion net/openconnect/Portfile
Expand Up @@ -37,7 +37,7 @@ checksums md5 ca2ca1f61b8515879b481dcf6ed4366b \

foreach {type checksum} ${checksums} {
if {${type} == "md5"} {
master_sites-append http://pkgs.fedoraproject.org/lookaside/pkgs/openconnect/${distfiles}/${checksum}
master_sites-append https://src.fedoraproject.org/lookaside/pkgs/openconnect/${distfiles}/${checksum}
}
}

Expand Down
2 changes: 1 addition & 1 deletion net/suck/Portfile
Expand Up @@ -15,7 +15,7 @@ long_description Suck is a program used to grab news from a remote NNTP news \
many administrators.

homepage https://web.archive.org/web/20061205034545/http://home.comcast.net/~bobyetman
master_sites http://pkgs.fedoraproject.org/repo/pkgs/suck/${distfiles}/b4de28e7f256ec3c2c388b2c984f30bf/
master_sites https://src.fedoraproject.org/repo/pkgs/suck/${distfiles}/b4de28e7f256ec3c2c388b2c984f30bf/
checksums md5 b4de28e7f256ec3c2c388b2c984f30bf

depends_lib port:gdbm path:lib/libssl.dylib:openssl
Expand Down
2 changes: 1 addition & 1 deletion print/epstool/Portfile
Expand Up @@ -16,7 +16,7 @@ platforms darwin
license GPL-2

homepage http://www.cs.wisc.edu/~ghost/gsview/epstool.htm
master_sites http://pkgs.fedoraproject.org/repo/pkgs/epstool/${distfiles}/465a57a598dbef411f4ecbfbd7d4c8d7/
master_sites https://src.fedoraproject.org/repo/pkgs/epstool/${distfiles}/465a57a598dbef411f4ecbfbd7d4c8d7/
checksums md5 465a57a598dbef411f4ecbfbd7d4c8d7

depends_lib bin:gs:ghostscript
Expand Down
2 changes: 1 addition & 1 deletion python/py-libxml2/Portfile
Expand Up @@ -38,7 +38,7 @@ if {${name} ne ${subport}} {
}

# Note: the latter patch is adapted from Fedora,
# http://pkgs.fedoraproject.org/cgit/rpms/libxml2.git/tree/libxml2-2.9.4-remove-pyverify_fd.patch
# https://src.fedoraproject.org/cgit/rpms/libxml2.git/tree/libxml2-2.9.4-remove-pyverify_fd.patch
patchfiles patch-setup.py.diff \
libxml2-2.9.4-remove-pyverify_fd.patch

Expand Down
4 changes: 2 additions & 2 deletions science/xtide/Portfile
Expand Up @@ -31,7 +31,7 @@ if {${name} eq ${subport}} {
categories science x11
revision 2
license GPL-3+
master_sites-append http://pkgs.fedoraproject.org/repo/pkgs/${name}/${distfiles}/59de866e0684e123419d7a1c97ea23a5/
master_sites-append https://src.fedoraproject.org/repo/pkgs/${name}/${distfiles}/59de866e0684e123419d7a1c97ea23a5/

checksums rmd160 a4924c09f452e63da12012781bea7607f9178ec4 \
sha256 e5c4afbb17269fdde296e853f2cb84845ed1c1bb1932f780047ad71d623bc681
Expand Down Expand Up @@ -113,7 +113,7 @@ subport ${name}-data {

worksrcdir harmonics-dwf-${version}
distname ${worksrcdir}-free
master_sites-append http://pkgs.fedoraproject.org/repo/pkgs/${name}/${distfiles}/f9a8c5414aa14bd6b08d1be4e6a3eea7/
master_sites-append https://src.fedoraproject.org/repo/pkgs/${name}/${distfiles}/f9a8c5414aa14bd6b08d1be4e6a3eea7/

checksums rmd160 4837e9824199002da3daec891d720214580b1420 \
sha256 7e5da40c19fd4f5d0897d6a7f68bc4b66a3eb7c3852135c8a6c4c56b82c01cdd
Expand Down
2 changes: 1 addition & 1 deletion www/mod_cband/Portfile
Expand Up @@ -29,7 +29,7 @@ checksums md5 5c5d65dc9abe6cdc6931b6dd33be5018 \

foreach {type checksum} ${checksums} {
if {${type} == "md5"} {
master_sites http://pkgs.fedoraproject.org/repo/pkgs/${name}/${distfiles}/${checksum}
master_sites https://src.fedoraproject.org/repo/pkgs/${name}/${distfiles}/${checksum}
}
}

Expand Down

0 comments on commit b7b34c2

Please sign in to comment.