pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

matiec: Switch to BitBucket with new code (old inactive for 18months)



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sun Sep 25 23:06:18 2016 +0200
Changeset:	591c9052848ffa4d8ec0b2024fb27d07e49fb15b

Modified Files:
	matiec/Makefile

Log Message:
matiec: Switch to BitBucket with new code (old inactive for 18months)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=591c9052848ffa4d8ec0b2024fb27d07e49fb15b

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 matiec/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/matiec/Makefile b/matiec/Makefile
index 9151409..29489cb 100644
--- a/matiec/Makefile
+++ b/matiec/Makefile
@@ -6,7 +6,7 @@ CATEGORIES=	devel
 MASTER_SITES=	http://www.beremiz.org/documentation/the-iec-to-c-compiler
 
 MAINTAINER=	conti.ma%alice.it@localhost
-HOMEPAGE=	http://www.beremiz.org/documentation/the-iec-to-c-compiler
+HOMEPAGE=	https://bitbucket.org/mjsousa/matiec/
 COMMENT= 	IEC61131-3 Compiler
 LICENSE=	gnu-gpl-v3
 
@@ -16,7 +16,7 @@ GNU_CONFIGURE=	yes
 USE_LANGUAGES=	c c++
 
 HG_REPOSITORIES=	matiec
-HG_REPO.matiec=	http://dev.automforge.net/matiec
+HG_REPO.matiec=		https://bitbucket.org/mjsousa/matiec
 
 .include "../mk/hg-package.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index