Magellan Linux

Diff of /smage/trunk/extras/graphviz/graphviz-2.40.1-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 11584 by niro, Fri Dec 22 10:21:18 2017 UTC revision 11585 by niro, Fri Dec 22 10:28:34 2017 UTC
# Line 23  DEPEND=">= dev-libs/expat-2 Line 23  DEPEND=">= dev-libs/expat-2
23  SDEPEND=">= virtual/sed  SDEPEND=">= virtual/sed
24   >= sys-dev/libtool-2.4"   >= sys-dev/libtool-2.4"
25    
26  SRCFILE="${PNAME}-${PVER}.tar.gz"  #SRCFILE="${PNAME}-${PVER}.tar.gz"
27    SRCFILE="${PNAME}.tar.gz"
28  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
29    
30  sminclude mbuild  sminclude mbuild
31  msetfeature "!check"  msetfeature "!check"
32    
33  SRC_URI=(  SRC_URI=(
34   http://www.graphviz.org/pub/${PNAME}/ARCHIVE/${SRCFILE}  # http://www.graphviz.org/pub/${PNAME}/ARCHIVE/${SRCFILE}
35     https://graphviz.gitlab.io/pub/${PNAME}/stable/SOURCES/${SRCFILE}
36   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
37  )  )
38    

Legend:
Removed from v.11584  
changed lines
  Added in v.11585