svn commit: r436865 - in head/irc/dircproxy: . files
Martin Matuska
mm at FreeBSD.org
Sat Mar 25 01:51:01 UTC 2017
Author: mm
Date: Sat Mar 25 01:50:59 2017
New Revision: 436865
URL: https://svnweb.freebsd.org/changeset/ports/436865
Log:
irc/dircproxy: change master site to github and unbreak
Deleted:
head/irc/dircproxy/files/patch-doc-Makefile.in
Modified:
head/irc/dircproxy/Makefile
head/irc/dircproxy/distinfo
Modified: head/irc/dircproxy/Makefile
==============================================================================
--- head/irc/dircproxy/Makefile Sat Mar 25 00:01:54 2017 (r436864)
+++ head/irc/dircproxy/Makefile Sat Mar 25 01:50:59 2017 (r436865)
@@ -3,20 +3,21 @@
PORTNAME= dircproxy
DISTVERSION= 1.2.0-RC1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= irc
-MASTER_SITES= http://dircproxy.googlecode.com/files/
MAINTAINER= mm at FreeBSD.org
COMMENT= Detachable irc proxy server with many features
LICENSE= GPLv2
-LICENSE_FILE= ${WRKSRC}/COPYING
-BROKEN= Unfetchable (google code has gone away)
-DEPRECATED= Unfetchable for more than six months (google code has gone away)
-EXPIRATION_DATE= 2017-04-30
+USE_GITHUB= yes
+GH_ACCOUNT= w8tvi
+GH_PROJECT= dircproxy
+GH_TAGNAME= dc563b3
+USE_AUTOTOOLS= aclocal autoheader automake autoconf
+AUTOMAKE_ARGS= --add-missing --copy
GNU_CONFIGURE= yes
SUB_FILES+= pkg-message
PKGMESSAGE= ${WRKDIR}/pkg-message
Modified: head/irc/dircproxy/distinfo
==============================================================================
--- head/irc/dircproxy/distinfo Sat Mar 25 00:01:54 2017 (r436864)
+++ head/irc/dircproxy/distinfo Sat Mar 25 01:50:59 2017 (r436865)
@@ -1,2 +1,3 @@
-SHA256 (dircproxy-1.2.0-RC1.tar.gz) = 40ad50ffd13681114f995519dc3f65f48cb5eac41e780ad14ce8ffd49463757f
-SIZE (dircproxy-1.2.0-RC1.tar.gz) = 811366
+TIMESTAMP = 1490406235
+SHA256 (w8tvi-dircproxy-1.2.0-RC1-dc563b3_GH0.tar.gz) = 9022cf7d00a0225bbf2f31ce0347d43c30d60c98e21b53293874b9f4aa6a7d71
+SIZE (w8tvi-dircproxy-1.2.0-RC1-dc563b3_GH0.tar.gz) = 305437
More information about the svn-ports-head
mailing list