=================================================================== RCS file: /cvs/ports/net/seafile/Attic/Makefile.inc,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ports/net/seafile/Attic/Makefile.inc 2014/01/17 10:48:47 1.1 +++ ports/net/seafile/Attic/Makefile.inc 2014/01/17 15:15:16 1.2 @@ -1,11 +1,12 @@ -# $OpenBSD: Makefile.inc,v 1.1 2014/01/17 10:48:47 kirby Exp $ +# $OpenBSD: Makefile.inc,v 1.2 2014/01/17 15:15:16 kirby Exp $ #ONLY_FOR_ARCHS = ??? #NOT_FOR_ARCHS = ??? #SHARED_ONLY = ??? #COMES_WITH = ??? #BROKEN = reason -V = 2.0.6 +V = 2.0.8 +DISTNAME = ${NAME}-${V} CATEGORIES = net net/seafile @@ -16,7 +17,8 @@ # GPLv3 PERMIT_PACKAGE_CDROM = Yes -MASTER_SITES = https://seafile.googlecode.com/files/ +MASTER_SITES = https://github.com/haiwen/${NAME}/archive/ +DISTFILES = ${DISTNAME}${EXTRACT_SUFX}{v$V${EXTRACT_SUFX}} #DIST_SUBDIR = ??? @@ -31,8 +33,6 @@ #FAKE_FLAGS = ??? #TEST_FLAGS = ??? -# build/configuration variables -# #SEPARATE_BUILD = Yes (build in a directory other than WRKSRC) #SEPARATE_BUILD = flavored (distinct flavors may share a common WRKSRC) #USE_GMAKE = Yes @@ -40,17 +40,6 @@ # Programs that require GNU libtool to build instead of the OpenBSD one # should use this option. #USE_LIBTOOL= gnu -# Set CONFIGURE_STYLE to value corresponding to some standard configuration -# perl [modbuild]: perl's MakeMaker Makefile.PL (modbuild: perl's -# Module::Build Build.PL) -# gnu [autoconf] [old] [dest]: gnu style configure (old: no -# sysconfdir), (dest: add DESTDIR, does not handle it), -# (autoconf: needed by port, implies gnu) -# XXX: cygnus products do NOT use autoconf for making the main -# configure from configure.in -# imake [noman]: port uses imake for configuration. -# (noman: no man page installation) -# simple: port has its own configure script #CONFIGURE_STYLE = #CONFIGURE_SCRIPT = ??? (if other than configure) #CONFIGURE_ARGS += ${CONFIGURE_SHARED}