gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r4633: gnustep fixes..


From: Carl Hansen
Subject: [Gsrc-commit] trunk r4633: gnustep fixes..
Date: Mon, 31 Jul 2017 23:10:12 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 4633
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Mon 2017-07-31 20:10:08 -0700
message:
  gnustep fixes..
modified:
  pkg/gnustep/enterprise/Makefile makefile-20160617021536-2y71qvmiwaimvy1u-191
  pkg/gnustep/gnumail/Makefile   makefile-20160617021536-2y71qvmiwaimvy1u-196
  pkg/gnustep/pantomime/Makefile makefile-20160617021536-2y71qvmiwaimvy1u-256
=== modified file 'pkg/gnustep/enterprise/Makefile'
--- a/pkg/gnustep/enterprise/Makefile   2016-06-17 19:08:15 +0000
+++ b/pkg/gnustep/enterprise/Makefile   2017-08-01 03:10:08 +0000
@@ -25,13 +25,14 @@
 
 ######################################################################
 
-MASTER_SITES = $(MASTER_GNUSTEP)
+MASTER_SITES = $(MASTER_GNUSTEP)/
 MASTER_SUBDIR = libs/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-BUILDDEPS =
-LIBDEPS = gnustep-base net-snmp
+BUILDDEPS = gnustep-base 
+#net-snmp
+LIBDEPS = 
 
 ######################################################################
 

=== modified file 'pkg/gnustep/gnumail/Makefile'
--- a/pkg/gnustep/gnumail/Makefile      2016-06-17 19:08:15 +0000
+++ b/pkg/gnustep/gnumail/Makefile      2017-08-01 03:10:08 +0000
@@ -1,4 +1,4 @@
-# Copyright © 2013, 2014 Brandon Invergo <address@hidden>
+# Copyright © 2013, 2014, 2017 Brandon Invergo <address@hidden>
 #
 # This file is part of GSRC.
 #
@@ -28,15 +28,14 @@
 endef
 
 ######################################################################
-
-MASTER_SITES = $(MASTER_GNUSTEP_NONFSF)
-MASTER_SUBDIR = 
+MASTER_SITES = $(MASTER_SAVANNAH_RELEASES)/
+MASTER_SUBDIR =  gnustep-nonfsf/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = 
 CONFIGURE_SCRIPTS =
 
-BUILDDEPS =
-LIBDEPS = gnustep-base gnustep-gui pantomime addresses
+BUILDDEPS = 
+LIBDEPS = 
 
 ######################################################################
 

=== modified file 'pkg/gnustep/pantomime/Makefile'
--- a/pkg/gnustep/pantomime/Makefile    2016-06-17 19:08:15 +0000
+++ b/pkg/gnustep/pantomime/Makefile    2017-08-01 03:10:08 +0000
@@ -1,4 +1,4 @@
-# Copyright © 2013, 2014 Brandon Invergo <address@hidden>
+# Copyright © 2013, 2014, 2017 Brandon Invergo <address@hidden>
 #
 # This file is part of GSRC.
 #
@@ -32,14 +32,14 @@
 
 ######################################################################
 
-MASTER_SITES = $(MASTER_GNUSTEP_NONFSF)
-MASTER_SUBDIR = 
+MASTER_SITES = $(MASTER_SAVANNAH_RELEASES)/
+MASTER_SUBDIR =  gnustep-nonfsf/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES =
 CONFIGURE_SCRIPTS = 
 
-BUILDDEPS =
-LIBDEPS = gnustep-base
+BUILDDEPS = gnustep-base
+LIBDEPS = 
 
 ######################################################################
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]