svn commit: r449357 - in head/net-p2p/mktorrent: . files

Christian Weisgerber naddy at FreeBSD.org
Wed Sep 6 19:10:11 UTC 2017


Author: naddy
Date: Wed Sep  6 19:10:08 2017
New Revision: 449357
URL: https://svnweb.freebsd.org/changeset/ports/449357

Log:
  * Update to v1.1.
  * Reset MAINTAINER.
  
  PR:		221717
  Submitted by:	Johannes Jost Meixner
  Approved by:	former maintainer

Deleted:
  head/net-p2p/mktorrent/files/
Modified:
  head/net-p2p/mktorrent/Makefile
  head/net-p2p/mktorrent/distinfo
  head/net-p2p/mktorrent/pkg-descr

Modified: head/net-p2p/mktorrent/Makefile
==============================================================================
--- head/net-p2p/mktorrent/Makefile	Wed Sep  6 18:58:35 2017	(r449356)
+++ head/net-p2p/mktorrent/Makefile	Wed Sep  6 19:10:08 2017	(r449357)
@@ -2,16 +2,19 @@
 # $FreeBSD$
 
 PORTNAME=	mktorrent
-PORTVERSION=	1.0
-PORTREVISION=	1
+PORTVERSION=	1.1
 CATEGORIES=	net-p2p
-MASTER_SITES=	SF
+MASTER_SITES=	https://github.com/Rudde/mktorrent/archive/
+DISTNAME=	v${PORTVERSION}
+DIST_SUBDIR=	${PORTNAME}
 
-MAINTAINER=	dgerow at afflictions.org
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Command-line utility for creating BitTorrent metainfo files
 
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
+
+WRKSRC= 	${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
 MAKEFILE=	BSDmakefile
 MAKE_ARGS=	USE_LONG_OPTIONS=1

Modified: head/net-p2p/mktorrent/distinfo
==============================================================================
--- head/net-p2p/mktorrent/distinfo	Wed Sep  6 18:58:35 2017	(r449356)
+++ head/net-p2p/mktorrent/distinfo	Wed Sep  6 19:10:08 2017	(r449357)
@@ -1,2 +1,3 @@
-SHA256 (mktorrent-1.0.tar.gz) = 6f8e562af6366e0d9bde76e434f740b55722c6c3c555860dbe80083f9d1d119f
-SIZE (mktorrent-1.0.tar.gz) = 23089
+TIMESTAMP = 1504724523
+SHA256 (mktorrent/v1.1.tar.gz) = d0f47500192605d01b5a2569c605e51ed319f557d24cfcbcb23a26d51d6138c9
+SIZE (mktorrent/v1.1.tar.gz) = 23314

Modified: head/net-p2p/mktorrent/pkg-descr
==============================================================================
--- head/net-p2p/mktorrent/pkg-descr	Wed Sep  6 18:58:35 2017	(r449356)
+++ head/net-p2p/mktorrent/pkg-descr	Wed Sep  6 19:10:08 2017	(r449357)
@@ -2,4 +2,4 @@ mktorrent is a simple command-line utility to create B
 metainfo files.  It supports multiple trackers, private trackers,
 custom comments, and is multi-threaded to support multiple CPUs.
 
-WWW: http://mktorrent.sourceforge.net/
+WWW: https://github.com/Rudde/mktorrent


More information about the svn-ports-all mailing list