Date: Mon, 15 Oct 2018 05:42:17 -0700 From: Cy Schubert <Cy.Schubert@cschubert.com> To: Dan Langille <dvl@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r482121 - in head: net/vtun sysutils/cfengine-masterfiles310 sysutils/cfengine-masterfiles311 sysutils/cfengine-masterfiles36 sysutils/cfengine-masterfiles37 sysutils/cfengine-masterfil... Message-ID: <201810151242.w9FCgH2L004320@slippy.cwsent.com> In-Reply-To: Message from Dan Langille <dvl@FreeBSD.org> of "Sun, 14 Oct 2018 22:11:33 -0000." <201810142211.w9EMBX9f090697@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
In message <201810142211.w9EMBX9f090697@repo.freebsd.org>, Dan Langille writes: > Author: dvl > Date: Sun Oct 14 22:11:32 2018 > New Revision: 482121 > URL: https://svnweb.freebsd.org/changeset/ports/482121 > > Log: > Correct invalid EXPIRATION_DATE > > 2021-09-31 => 2021-09-30 > > Modified: > head/net/vtun/Makefile > head/sysutils/cfengine-masterfiles310/Makefile > head/sysutils/cfengine-masterfiles311/Makefile > head/sysutils/cfengine-masterfiles36/Makefile > head/sysutils/cfengine-masterfiles37/Makefile > head/sysutils/cfengine-masterfiles38/Makefile > head/sysutils/cfengine-masterfiles39/Makefile > > Modified: head/net/vtun/Makefile > ============================================================================= > = > --- head/net/vtun/Makefile Sun Oct 14 21:53:29 2018 (r482120) > +++ head/net/vtun/Makefile Sun Oct 14 22:11:32 2018 (r482121) > @@ -13,7 +13,7 @@ COMMENT= Virtual Tunnels over TCP/IP networks with tra > LICENSE= GPLv2 > > DEPRECATED= No longer supported by upline > -EXPIRATION_DATE= 2021-09-31 > +EXPIRATION_DATE= 2021-09-30 > > BROKEN_SSL= openssl-devel > > > Modified: head/sysutils/cfengine-masterfiles310/Makefile > ============================================================================= > = > --- head/sysutils/cfengine-masterfiles310/Makefile Sun Oct 14 21:53:29 201 > 8 (r482120) > +++ head/sysutils/cfengine-masterfiles310/Makefile Sun Oct 14 22:11:32 201 > 8 (r482121) > @@ -14,7 +14,7 @@ COMMENT= cfengine sample policies for installations an > LICENSE= GPLv3 > > DEPRECATED= cfengine310 will retire at FreeBSD 11 EOL > -EXPIRATION_DATE= 2021-09-31 > +EXPIRATION_DATE= 2021-09-30 > > CPE_VENDOR= gnu > > > Modified: head/sysutils/cfengine-masterfiles311/Makefile > ============================================================================= > = > --- head/sysutils/cfengine-masterfiles311/Makefile Sun Oct 14 21:53:29 201 > 8 (r482120) > +++ head/sysutils/cfengine-masterfiles311/Makefile Sun Oct 14 22:11:32 201 > 8 (r482121) > @@ -14,7 +14,7 @@ COMMENT= cfengine sample policies for installations an > LICENSE= GPLv3 > > DEPRECATED= cfengine311 will retire at FreeBSD 11 EOL > -EXPIRATION_DATE= 2021-09-31 > +EXPIRATION_DATE= 2021-09-30 > > CPE_VENDOR= gnu > > > Modified: head/sysutils/cfengine-masterfiles36/Makefile > ============================================================================= > = > --- head/sysutils/cfengine-masterfiles36/Makefile Sun Oct 14 21:53:29 201 > 8 (r482120) > +++ head/sysutils/cfengine-masterfiles36/Makefile Sun Oct 14 22:11:32 201 > 8 (r482121) > @@ -14,7 +14,7 @@ COMMENT= cfengine sample policies for installations an > LICENSE= GPLv3 > > DEPRECATED= cfengine36 will retire at FreeBSD 11 EOL > -EXPIRATION_DATE= 2021-09-31 > +EXPIRATION_DATE= 2021-09-30 > > CPE_VENDOR= gnu > > > Modified: head/sysutils/cfengine-masterfiles37/Makefile > ============================================================================= > = > --- head/sysutils/cfengine-masterfiles37/Makefile Sun Oct 14 21:53:29 201 > 8 (r482120) > +++ head/sysutils/cfengine-masterfiles37/Makefile Sun Oct 14 22:11:32 201 > 8 (r482121) > @@ -14,7 +14,7 @@ COMMENT= cfengine sample policies for installations an > LICENSE= GPLv3 > > DEPRECATED= cfengine37 will retire at FreeBSD 11 EOL > -EXPIRATION_DATE= 2021-09-31 > +EXPIRATION_DATE= 2021-09-30 > > CPE_VENDOR= gnu > > > Modified: head/sysutils/cfengine-masterfiles38/Makefile > ============================================================================= > = > --- head/sysutils/cfengine-masterfiles38/Makefile Sun Oct 14 21:53:29 201 > 8 (r482120) > +++ head/sysutils/cfengine-masterfiles38/Makefile Sun Oct 14 22:11:32 201 > 8 (r482121) > @@ -15,7 +15,7 @@ COMMENT= cfengine sample policies for installations an > LICENSE= GPLv3 > > DEPRECATED= cfengine38 will retire at FreeBSD 11 EOL > -EXPIRATION_DATE= 2021-09-31 > +EXPIRATION_DATE= 2021-09-30 > > CPE_VENDOR= gnu > > > Modified: head/sysutils/cfengine-masterfiles39/Makefile > ============================================================================= > = > --- head/sysutils/cfengine-masterfiles39/Makefile Sun Oct 14 21:53:29 201 > 8 (r482120) > +++ head/sysutils/cfengine-masterfiles39/Makefile Sun Oct 14 22:11:32 201 > 8 (r482121) > @@ -14,7 +14,7 @@ COMMENT= cfengine sample policies for installations an > LICENSE= GPLv3 > > DEPRECATED= cfengine39 will retire at FreeBSD 11 EOL > -EXPIRATION_DATE= 2021-09-31 > +EXPIRATION_DATE= 2021-09-30 > > CPE_VENDOR= gnu > > Thanks. I realized my error on the flight home and committed it to my git repo then did a git svn dcommit when I returned home. Interestingly there was no conflict and my local git commit is magically gone. I did git svn dcommit and later that evening git fetch && git svn rebase. -- Cheers, Cy Schubert <Cy.Schubert@cschubert.com> FreeBSD UNIX: <cy@FreeBSD.org> Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810151242.w9FCgH2L004320>