[patch] devel/libbegemot fix MASTER_SITE Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-bugs->freebsd-ports-bugs ports PR.
Responsible Changed From-To: freebsd-ports-bugs->rodrigo I'll take it.
Author: rodrigo Date: Mon Feb 24 16:40:25 2014 New Revision: 345878 URL: http://svnweb.freebsd.org/changeset/ports/345878 QAT: https://qat.redports.org/buildarchive/r345878/ Log: - Fix MASTER site - Fix STRIPing for libs PR: ports/186727 Submitted by: Ilya A. Arkhipov <rum1cro@yandex.ru> (maintainer) Approved by: bapt (mentor) Modified: head/devel/libbegemot/Makefile head/devel/libbegemot/files/patch-Makefile.in Modified: head/devel/libbegemot/Makefile ============================================================================== --- head/devel/libbegemot/Makefile Mon Feb 24 16:35:43 2014 (r345877) +++ head/devel/libbegemot/Makefile Mon Feb 24 16:40:25 2014 (r345878) @@ -6,7 +6,7 @@ PORTVERSION= 1.11 PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= http://people.freebsd.org/~harti/libbegemot/ \ - http://m1cro.tk/ports/distfiles/libbegemot/ + http://m1cro.me/ports/distfiles/libbegemot/ MAINTAINER= rum1cro@yandex.ru COMMENT= Function library for begemot tools Modified: head/devel/libbegemot/files/patch-Makefile.in ============================================================================== --- head/devel/libbegemot/files/patch-Makefile.in Mon Feb 24 16:35:43 2014 (r345877) +++ head/devel/libbegemot/files/patch-Makefile.in Mon Feb 24 16:40:25 2014 (r345878) @@ -5,7 +5,7 @@ $(MKINSTALLDIRS) $(DESTDIR)$(mandir)/man$(MSECT) - $(LIBTOOL) --mode=install $(INSTALL_DATA) $(LIB) $(DESTDIR)$(libdir) -+ $(LIBTOOL) --mode=install $(BSD_INSTALL_DATA) $(LIB) $(DESTDIR)$(libdir) ++ $(LIBTOOL) --mode=install $(BSD_INSTALL_LIB) $(LIB) $(DESTDIR)$(libdir) # for file in $(HDR) ; do \ # $(INSTALL_DATA) $(srcdir)/$$file $(DESTDIR)$(includedir) ;\ _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, with minor changes. Thanks!