svn commit: r479379 - head/sysutils/abgx360

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Sep 10 09:38:20 UTC 2018


Author: amdmi3
Date: Mon Sep 10 09:38:19 2018
New Revision: 479379
URL: https://svnweb.freebsd.org/changeset/ports/479379

Log:
  - Add LICENSE
  - Fix dependency on libcurl
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/sysutils/abgx360/Makefile
  head/sysutils/abgx360/pkg-descr

Modified: head/sysutils/abgx360/Makefile
==============================================================================
--- head/sysutils/abgx360/Makefile	Mon Sep 10 09:24:25 2018	(r479378)
+++ head/sysutils/abgx360/Makefile	Mon Sep 10 09:38:19 2018	(r479379)
@@ -12,7 +12,9 @@ MASTER_SITES=	http://abgx360.xecuter.com/dl/ \
 MAINTAINER=	root at cooltrainer.org
 COMMENT=	Verify and repair Xbox 360 backup images
 
-BUILD_DEPENDS=	curl:ftp/curl
+LICENSE=	NONE
+
+LIB_DEPENDS=	libcurl.so:ftp/curl
 
 GNU_CONFIGURE=	yes
 

Modified: head/sysutils/abgx360/pkg-descr
==============================================================================
--- head/sysutils/abgx360/pkg-descr	Mon Sep 10 09:24:25 2018	(r479378)
+++ head/sysutils/abgx360/pkg-descr	Mon Sep 10 09:38:19 2018	(r479379)
@@ -2,4 +2,4 @@ abgx360 is a program capable of verifying and repairin
 images to help you protect your investment in game media from
 damage by accidents or children.
 
-WWW: http://abgx360.xecuter.com/
+WWW: https://abgx360.xecuter.com/


More information about the svn-ports-head mailing list