pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
*: use simplified git repo handling
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <tk%giga.or.at@localhost>
Pushed By: wiz
Date: Tue Feb 27 09:14:27 2018 +0100
Changeset: 1057a55ac9cb20d7b89328018a8ebb7599acbae3
Modified Files:
emacs-git/Makefile
gnucash-git/Makefile
lgogdownloader-git/Makefile
meka-git/Makefile
pan2-git/Makefile
Log Message:
*: use simplified git repo handling
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1057a55ac9cb20d7b89328018a8ebb7599acbae3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
emacs-git/Makefile | 5 +----
gnucash-git/Makefile | 6 +-----
lgogdownloader-git/Makefile | 6 +-----
meka-git/Makefile | 7 +------
pan2-git/Makefile | 6 +-----
5 files changed, 5 insertions(+), 25 deletions(-)
diffs:
diff --git a/emacs-git/Makefile b/emacs-git/Makefile
index 3316ab8518..2691d8fa8a 100644
--- a/emacs-git/Makefile
+++ b/emacs-git/Makefile
@@ -4,16 +4,13 @@
DISTNAME= emacs-${_EMACS_VERSION_MAJOR}.${_EMACS_VERSION_MINOR}.${_EMACS_VERSION_MICRO}
PKGNAME= emacs27-${_EMACS_VERSION_MAJOR}.${_EMACS_VERSION_MINOR}.${_EMACS_VERSION_MICRO}
CATEGORIES= editors
-MASTER_SITES= #
+GIT_REPO= git://git.sv.gnu.org/emacs.git
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://www.gnu.org/software/emacs/
COMMENT= GNU editing macros (development version)
LICENSE= gnu-gpl-v3
-GIT_REPOSITORIES= master
-GIT_MODULE.master= emacs
-GIT_REPO.master= git://git.sv.gnu.org/emacs.git
_GIT_FLAGS?= --depth 1
WRKSRC= ${WRKDIR}/emacs
diff --git a/gnucash-git/Makefile b/gnucash-git/Makefile
index 90f7867b28..30ace10bd7 100644
--- a/gnucash-git/Makefile
+++ b/gnucash-git/Makefile
@@ -3,6 +3,7 @@
DISTNAME= gnucash-2.7.99
CATEGORIES= finance
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnucash/}
+GIT_REPO= git://github.com/Gnucash/gnucash.git
EXTRACT_SUFX= .tar.bz2
# take copy mirrored on ftp.NetBSD.org for devel/googletest
# for better DISTNAME
@@ -20,11 +21,6 @@ DEPENDS+= p5-Finance-Quote-[0-9]*:../../finance/p5-Finance-Quote
DEPENDS+= p5-Date-Manip-[0-9]*:../../devel/p5-Date-Manip
DEPENDS+= dconf-[0-9]*:../../devel/dconf
-GIT_REPOSITORIES= github
-GIT_MODULE.github= gnucash
-GIT_REPO.github= git://github.com/Gnucash/gnucash.git
-WRKSRC= ${WRKDIR}/gnucash
-
USE_LANGUAGES= c c++
USE_CMAKE= yes
USE_LIBTOOL= yes
diff --git a/lgogdownloader-git/Makefile b/lgogdownloader-git/Makefile
index 33fa29878e..236f8910b9 100644
--- a/lgogdownloader-git/Makefile
+++ b/lgogdownloader-git/Makefile
@@ -2,7 +2,7 @@
DISTNAME= lgogdownloader-3.3
CATEGORIES= games
-MASTER_SITES= #
+GIT_REPO= git://github.com/Sude-/lgogdownloader.git
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://github.com/Sude-/lgogdownloader
@@ -11,10 +11,6 @@ COMMENT= Download games from GOG
BUILD_DEPENDS+= help2man-[0-9]*:../../converters/help2man
-GIT_REPOSITORIES= lgogdownloader
-GIT_REPO.lgogdownloader= git://github.com/Sude-/lgogdownloader.git
-
-WRKSRC= ${WRKDIR}/lgogdownloader
USE_LANGUAGES= c c++
USE_CMAKE= yes
USE_TOOLS+= pkg-config
diff --git a/meka-git/Makefile b/meka-git/Makefile
index 812806ce82..5df40fa650 100644
--- a/meka-git/Makefile
+++ b/meka-git/Makefile
@@ -2,8 +2,8 @@
DISTNAME= meka-0.80alpha0
CATEGORIES= emulators
-#GITHUB_TAG= 2ea7d721a6c8adf4d1c2a70303fa529810b2d72e
MASTER_SITES= ${MASTER_SITE_GITHUB:=ocornut/}
+GIT_REPO= git://github.com/ocornut/meka
MAINTAINER= amoibos%gmail.com@localhost
HOMEPAGE= http://smspower.org/
@@ -14,14 +14,9 @@ BUILD_DEPENDS+= nasm>=2.0:../../devel/nasm
BUILD_TARGET= exe
-GIT_REPOSITORIES= meka
-GIT_REPO.meka= git://github.com/ocornut/meka
-
USE_LANGUAGES= c c++
USE_TOOLS+= gmake pax pkg-config
-WRKSRC= ${WRKDIR}/meka
-
BUILD_DIRS= meka/srcs
INSTALLATION_DIRS= bin share/doc/meka share/meka
diff --git a/pan2-git/Makefile b/pan2-git/Makefile
index 062139ac6f..d388dc1e5d 100644
--- a/pan2-git/Makefile
+++ b/pan2-git/Makefile
@@ -3,6 +3,7 @@
DISTNAME= pan2-2
CATEGORIES= news
MASTER_SITES= http://github.com/lostcoder/pan2
+GIT_REPO= git://git.gnome.org/pan2
MAINTAINER= rhialto%falu.nl@localhost
HOMEPAGE= http://pan.rebelbase.com/
@@ -12,11 +13,6 @@ LICENSE= gnu-gpl-v2
BUILD_DEPENDS+= gnome-common>=3.6.0nb1:../../devel/gnome-common
BUILD_DEPENDS+= gettext-tools-[0-9]*:../../devel/gettext-tools
-GIT_REPOSITORIES= gnome
-GIT_REPO.gnome= git://git.gnome.org/pan2
-GIT_MODULE.gnome= pan2
-WRKSRC= ${WRKDIR}/pan2
-
USE_TOOLS+= autoconf automake gettext-m4 gmake perl pkg-config
USE_LIBTOOL= yes
USE_LANGUAGES+= c c++
Home |
Main Index |
Thread Index |
Old Index