OSDN Git Service

use https://scm.osdn.net/gitroot/kde/Katie.git to clone the Katie source for the...
authorIvailo Monev <xakepa10@gmail.com>
Fri, 19 May 2023 23:24:43 +0000 (02:24 +0300)
committerIvailo Monev <xakepa10@gmail.com>
Fri, 19 May 2023 23:24:43 +0000 (02:24 +0300)
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
package/freebsd/Makefile

index 8eb583b..6cc0d7f 100644 (file)
@@ -35,6 +35,6 @@ NLS_CMAKE_OFF = -DWITH_GETTEXTPO=FALSE
 
 do-extract:
        @rm -vrf ${WRKSRC}
-       @git clone --depth=1 git://git.osdn.net/gitroot/kde/Katie.git ${WRKSRC}
+       @git clone --depth=1 https://scm.osdn.net/gitroot/kde/Katie.git ${WRKSRC}
 
 .include <bsd.port.mk>