diff options
author | taca <taca@pkgsrc.org> | 2015-09-25 05:45:58 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-09-25 05:45:58 +0000 |
commit | ae0a8895a8916da0471673ceb43138979a110cd3 (patch) | |
tree | e5f87361219ab3bc751f207a6b9beeb4a1b8932d | |
parent | 738aee8e716aeeae1c1147243cf9c000c3609147 (diff) | |
download | pkgsrc-ae0a8895a8916da0471673ceb43138979a110cd3.tar.gz |
Update HOEPAGE.
Avoid using rubyforge.org since it stopped most of services.
-rw-r--r-- | archivers/ruby-libarchive/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/ruby-libarchive/Makefile b/archivers/ruby-libarchive/Makefile index 17a27fa957e..98ce3d2cc15 100644 --- a/archivers/ruby-libarchive/Makefile +++ b/archivers/ruby-libarchive/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.6 2015/05/19 13:08:49 ryoon Exp $ +# $NetBSD: Makefile,v 1.7 2015/09/25 05:45:58 taca Exp $ DISTNAME= libarchive-0.1.2 CATEGORIES= archivers MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://libarchive.rubyforge.org/ +HOMEPAGE= https://bitbucket.org/winebarrel/libarchive-ruby COMMENT= Ruby bindings for Libarchive LICENSE= modified-bsd |