Hope the answer below, provided after 7 years, is useful for readers who are less familiar with advanced counting techniques.
The closed-form answer is
$$\frac{1}{n}\,\sum_{d\mid\gcd(r_1,r_2,\ldots,r_k)}\,\phi(d)\,\binom{n/d}{r_1/d,r_2/d,\ldots,r_k/d}$$
where $\phi(d)$ is the Euler's totient function (returning the number of positive integers $m$ less than $n$ that are coprime to $n$, i.e. $\gcd(n,m)=1$; e.g. $\phi(6)=2, \phi(7)=1, \phi(8)=3$).
For the case of $\gcd(r_1,r_2,\ldots,r_k)=1$, the answer is simplified to
$$\frac{1}{n}\binom{n}{r_1,r_2,\ldots,r_k}.$$
Note that this is $n\text{th}$ times smaller than the number of linear permutations with repetitions.
In particular, for $r_1=r_2=\ldots=r_k=1$, one gets the number of circular permutations of $n$ distinct objects:
$$\frac{1}{n}\binom{n}{1,1,\ldots,1}=(n-1)!.$$
For example, for $n=6, r_1=r_2=r_3=2$, the answer is
$$\frac{1}{6} \left(\phi(1)\binom{6/1}{2/1,2/1,2/1}+\phi(2)\binom{6/2}{2/2,2/2,2/2} \right) =\frac{1}{6} \left (1\times \frac{6!}{2!2!2!} +1\times \frac{3!}{1!1!1!} \right)=16.$$
The above closed-form solution can be obtained by applying the Pólya’s Inventory Theorem to the cycle index polynomial for the cyclic group of order $n$, which is given by
$$\frac{1}{n}\,\sum_{d\mid n}\,\phi(d) x^\frac{n}{d}_d.$$
By replacing each $x_d$ by $\sum_{i=1}^{k}\, z^d_i$, the
$d$th power sum of the weights $z_1, z_2, \ldots, z_k$, in the above polynomial, one gets
$$\frac{1}{n}\,\sum_{d\mid n}\,\phi(d) \left(\sum_{i=1}^{k}\, z^d_i \right)^\frac{n}{d}.$$
The Pólya’s Inventory Theorem states that the coefficient of the monomial $z_1^{r_1}z_2^{r_2}\ldots z_k^{r_k}$ in the above nested polynomial is the number of circular permutations with repetitions.
Again consider our example above, $n=6, r_1=r_2=r_3=2$. The nested polynomial is obtained as follows:
$$\frac{1}{6} \left(\phi(1)\left(z^1_1+z^1_2+z^1_3\right)^\frac{6}{1}+\phi(2)\left(z^2_1+z^2_2+z^2_3\right)^\frac{6}{2}+\phi(3)\left(z^3_1+z^3_2+z^3_3\right)^\frac{6}{3}+\phi(6)\left(z^6_1+z^6_2+z^6_3\right)^\frac{6}{6}\right)$$
$$=\frac{1}{6} \left( \left(z_1+z_2+z_3\right)^6+\left(z^2_1+z^2_2+z^2_3\right)^3+2\left(z^3_1+z^3_2+z^3_3\right)^2+2\left(z^6_1+z^6_2+z^6_3\right)\right)$$
The monomial $z^2_1z^2_2z^2_3$ only appears in the first and second terms with the coefficients $\binom{6}{2,2,2}$ and $\binom{3}{1,1,1}$, respectively.